From 00b0a03804a46385b454cb9c3a708ca550e80acc Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 9 May 2024 22:38:06 -0600 Subject: [PATCH] Add some more logs --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index d295196..6db3515 100644 --- a/index.js +++ b/index.js @@ -473,6 +473,12 @@ const start = () => { discord.on('ready', async () => { console.log(`${colors.cyan("[INFO]")} Logged in as ${discord.user.tag}`); + + // Get all guilds, and log them + discord.guilds.cache.forEach((guild) => { + console.log(`${colors.cyan("[INFO]")} In guild: ${guild.name} (${guild.id})`); + }); + // Do slash command stuff const commands = [ {