diff options
Diffstat (limited to 'bot/src/commands/rm.js')
| -rw-r--r-- | bot/src/commands/rm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/rm.js b/bot/src/commands/rm.js index 9edfdc4..64543ac 100644 --- a/bot/src/commands/rm.js +++ b/bot/src/commands/rm.js @@ -4,6 +4,7 @@ export default { data: new SlashCommandBuilder() .setName('rm') .setDescription('Purges messages.') + .setContexts(0) .addNumberOption(option => option .setName('amount') |
