Update DiscordInteraction.ts

This commit is contained in:
2021-09-18 08:04:22 -07:00
parent ed9af2ee3a
commit 37f5644f34
+13
View File
@@ -40,6 +40,19 @@ GUILD_COMMANDS.push(new SlashCommandBuilder()
.setDescription('[Developer Only] Reload interaction for global and all guilds')
)
);
GUILD_COMMANDS.push(new SlashCommandBuilder()
.setName('settings')
.setDescription('Change settings')
.addSubcommand(info => info
.setName('setprefix')
.setDescription('Change what prefix to use on this guild')
.addStringOption(prefix => prefix
.setName('prefix')
.setDescription('New prefix to use')
.setRequired(true)
)
)
);
GUILD_COMMANDS.push(new SlashCommandBuilder()
.setName('membershipscreening')
.setDescription('Membership screening')