mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Add Service Announcement
This commit is contained in:
@@ -52,6 +52,24 @@ GUILD_COMMANDS.push(new SlashCommandBuilder()
|
||||
.setRequired(true)
|
||||
)
|
||||
)
|
||||
.addSubcommand(info => info
|
||||
.setName('setenableserviceannouncement')
|
||||
.setDescription('Enable or disable service announcement feature')
|
||||
.addStringOption(prefix => prefix
|
||||
.setName('status')
|
||||
.setDescription('New status')
|
||||
.setRequired(true)
|
||||
)
|
||||
)
|
||||
.addSubcommand(info => info
|
||||
.setName('setserviceannouncementchannel')
|
||||
.setDescription('Set channel where service announcement will be sent')
|
||||
.addChannelOption(prefix => prefix
|
||||
.setName('channel')
|
||||
.setDescription('New status')
|
||||
.setRequired(true)
|
||||
)
|
||||
)
|
||||
);
|
||||
GUILD_COMMANDS.push(new SlashCommandBuilder()
|
||||
.setName('membershipscreening')
|
||||
|
||||
Reference in New Issue
Block a user