diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 11:00:23 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-28 11:00:23 -0400 |
| commit | 5ae481c84ea8edfd9e5589b331f32f453e6e5431 (patch) | |
| tree | b58c018985270eeebdd34672eec40eb1a7c0bb23 /bot.js | |
| parent | e438a195c730bc1609917059bd434afdfa1354f7 (diff) | |
| download | DLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.tar.gz DLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.tar.bz2 DLAP-5ae481c84ea8edfd9e5589b331f32f453e6e5431.zip | |
Oh I am dumb :P
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,6 +34,7 @@ bot.login(config.token); * Play directly the MP3 file * New queue system * List MP3 files + * Shuffle or "Play by order" mode */ // Slash Command Handler @@ -50,7 +51,6 @@ bot.once('ready', () => { console.log('Bot is ready!'); console.log(`Logged in as ${bot.user.tag}!`); console.log(`Running on Discord.JS ${version}`) - console.log(`Prefix: ${config.prefix}`); console.log(`Voice Channel: ${config.voiceChannel}`); console.log(`Status Channel: ${config.statusChannel}`); console.log(`Owner ID: ${config.botOwner}`); |
