diff options
Diffstat (limited to 'bot/src/commands/serverinfo.js')
| -rw-r--r-- | bot/src/commands/serverinfo.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/src/commands/serverinfo.js b/bot/src/commands/serverinfo.js index 480087d..3f7bd72 100644 --- a/bot/src/commands/serverinfo.js +++ b/bot/src/commands/serverinfo.js @@ -4,7 +4,8 @@ import { abEmbedColour } from '../storage/consts.js'; export default { data: new SlashCommandBuilder() .setName('serverinfo') - .setDescription('Information about this server.'), + .setDescription('Information about this server.') + .setContexts(0), async execute(interaction) { // let listedChannels = []; let guildOwner = await interaction.guild.fetchOwner(); |
