feat: Purge limit settings command

This commit is contained in:
2024-03-05 11:24:44 +07:00
parent 99513f1683
commit 93f5c96595
7 changed files with 162 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export const GLOBAL_COMMANDS: Object[] = [
new SlashCommandBuilder()
.setName('purge')
.setDescription('Purge messages')
.addStringOption((option) => option.setName('message').setDescription('Amount to purge').setRequired(true)),
.addStringOption((option) => option.setName('amount').setDescription('Amount to purge').setRequired(true)),
new SlashCommandBuilder()
.setName('osu')