From 48a576ab5605ec3ec9272809668b8d7ce91c477e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 8 Mar 2025 17:23:34 -0500 Subject: Put LLM output on text file; Some fixes in logging; New command --- bot/src/commands/rm.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands/rm.js') 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') -- cgit v1.2.3