mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Update DiscordInteraction.ts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user