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/serverinfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bot/src/commands/serverinfo.js') diff --git a/bot/src/commands/serverinfo.js b/bot/src/commands/serverinfo.js index 480087d..3f7bd72 100644 --- a/bot/src/commands/serverinfo.js +++ b/bot/src/commands/serverinfo.js @@ -4,7 +4,8 @@ import { abEmbedColour } from '../storage/consts.js'; export default { data: new SlashCommandBuilder() .setName('serverinfo') - .setDescription('Information about this server.'), + .setDescription('Information about this server.') + .setContexts(0), async execute(interaction) { // let listedChannels = []; let guildOwner = await interaction.guild.fetchOwner(); -- cgit v1.2.3