diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 17:24:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 17:24:32 -0400 |
| commit | db7928945f1d90b4c2bf66406beaa444f031b68f (patch) | |
| tree | 8ae20aaf6cc47badf2a30d88ce9517913e5b791f | |
| parent | d3b16dd0ef463790380ade4a06608d7ba0b37e60 (diff) | |
| download | DLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.tar.gz DLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.tar.bz2 DLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.zip | |
Fixes x2
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ client.on('ready', () => { console.log(`Logged in as ${client.user.tag}!`); console.log(`Prefix: ${config.prefix}`); console.log(`Owner ID: ${config.botOwner}`); - console.log(`Voice Channel: ${config.voiceChannel}\n\n`); + console.log(`Voice Channel: ${config.voiceChannel}\n`); client.user.setStatus('invisible'); playAudio(); |
