aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/serverinfo.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-08 17:23:34 -0500
committerAndrew Lee <andrew@alee14.me>2025-03-08 17:23:34 -0500
commit48a576ab5605ec3ec9272809668b8d7ce91c477e (patch)
tree7780c94dd6a39c5b5beae9edfc568e6669b88967 /bot/src/commands/serverinfo.js
parent52f8826e526f0c0aadb86c3e29975aef4dc1ab85 (diff)
downloadAleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.tar.gz
AleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.tar.bz2
AleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.zip
Put LLM output on text file; Some fixes in logging; New command
Diffstat (limited to 'bot/src/commands/serverinfo.js')
-rw-r--r--bot/src/commands/serverinfo.js3
1 files changed, 2 insertions, 1 deletions
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();