From e5a51721f84503458b1c1597a0776ad521f01c36 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 20 Dec 2022 18:17:02 -0500 Subject: README changes --- bot.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 244f2d5..c1444b4 100644 --- a/bot.js +++ b/bot.js @@ -26,11 +26,6 @@ const { token, statusChannel, voiceChannel, djRole, ownerID, shuffle, repeat, pr const bot = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildVoiceStates] }); bot.login(token); -/** - * TODO: - Custom string support (Basically change what the bot is saying) - * - Easier to use interface - */ - // Slash Command Handler bot.commands = new Collection(); -- cgit v1.2.3