59 |
value: 'COMPETING' |
value: 'COMPETING' |
60 |
} |
} |
61 |
])), |
])), |
62 |
|
new SlashCommandBuilder().setName('config').setDescription('View/change the system settings for this server') |
63 |
|
.addStringOption(option => option.setName('key').setDescription('The setting key (e.g. spam_filter.enabled)').setRequired(true)) |
64 |
|
.addStringOption(option => option.setName('value').setDescription('New value for the setting')), |
65 |
|
|
66 |
// INFORMATION |
// INFORMATION |
67 |
new SlashCommandBuilder().setName('stats').setDescription('Show the server statistics'), |
new SlashCommandBuilder().setName('stats').setDescription('Show the server statistics'), |