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/userinfo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands/userinfo.js') diff --git a/bot/src/commands/userinfo.js b/bot/src/commands/userinfo.js index 0cf7332..8119a16 100644 --- a/bot/src/commands/userinfo.js +++ b/bot/src/commands/userinfo.js @@ -5,6 +5,7 @@ export default { data: new SlashCommandBuilder() .setName('userinfo') .setDescription('Information about a user.') + .setContexts(0) .addUserOption(option => option .setName('username') -- cgit v1.2.3