aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-11-28 22:17:18 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-11-28 22:17:18 -0500
commitc4300f9955c2757369fd800e1736c19a4b69b276 (patch)
tree95ea698c5e9afa048d839333fd5cbd4d460d1029 /bot.js
parent246dba3089e970f009c6579d405d8553ca441b7a (diff)
downloadDLAP-c4300f9955c2757369fd800e1736c19a4b69b276.tar.gz
DLAP-c4300f9955c2757369fd800e1736c19a4b69b276.tar.bz2
DLAP-c4300f9955c2757369fd800e1736c19a4b69b276.zip
Added metadata support
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/bot.js b/bot.js
index 4ef5542..abb893c 100644
--- a/bot.js
+++ b/bot.js
@@ -28,9 +28,7 @@ const bot = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.G
bot.login(token);
/**
- * TODO: - Metadata support
- * - m3u support
- * - Custom string support (Basically change what the bot is saying)
+ * TODO: - Custom string support (Basically change what the bot is saying)
* - Non repeat support
* - Modularizing AudioBackend
*/