aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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
*/