diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-11-28 22:17:18 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-11-28 22:17:18 -0500 |
| commit | c4300f9955c2757369fd800e1736c19a4b69b276 (patch) | |
| tree | 95ea698c5e9afa048d839333fd5cbd4d460d1029 /bot.js | |
| parent | 246dba3089e970f009c6579d405d8553ca441b7a (diff) | |
| download | DLAP-c4300f9955c2757369fd800e1736c19a4b69b276.tar.gz DLAP-c4300f9955c2757369fd800e1736c19a4b69b276.tar.bz2 DLAP-c4300f9955c2757369fd800e1736c19a4b69b276.zip | |
Added metadata support
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 */ |
