From c4300f9955c2757369fd800e1736c19a4b69b276 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Nov 2022 22:17:18 -0500 Subject: Added metadata support --- bot.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bot.js') 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 */ -- cgit v1.2.3