From 18f0b9d60c44f69fad6eb4716659c79f08f46711 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 29 Mar 2022 00:03:42 -0400 Subject: Permission system on certain commands --- bot.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 47ef48c..f0a9c63 100644 --- a/bot.js +++ b/bot.js @@ -52,8 +52,6 @@ bot.once('ready', () => { console.log(`Voice Channel: ${config.voiceChannel}`); console.log(`Status Channel: ${config.statusChannel}`); console.log(`Owner ID: ${config.botOwner}`); - console.log(`Guild ID: ${config.guildID}`); - console.log(`Client ID: ${config.clientID}\n`); // Set bots' presence bot.user.setPresence({ -- cgit v1.2.3