aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-12-20 18:17:02 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-12-20 18:46:15 -0500
commite5a51721f84503458b1c1597a0776ad521f01c36 (patch)
treeb31bb0bae25ae041b964559f66e773c2d8b17416 /bot.js
parente5c86859e4c6a9a6829bcc2e3cf626b05a873ff7 (diff)
downloadDLAP-e5a51721f84503458b1c1597a0776ad521f01c36.tar.gz
DLAP-e5a51721f84503458b1c1597a0776ad521f01c36.tar.bz2
DLAP-e5a51721f84503458b1c1597a0776ad521f01c36.zip
README changes
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js5
1 files changed, 0 insertions, 5 deletions
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();