diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 17:24:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 17:24:02 -0400 |
| commit | d3b16dd0ef463790380ade4a06608d7ba0b37e60 (patch) | |
| tree | f7f1d6956dd68bdde42023cc94b5506a8154ef44 /bot.js | |
| parent | 81ba68671013560b23997c140eb7099682e85111 (diff) | |
| download | DLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.tar.gz DLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.tar.bz2 DLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.zip | |
Fixes
Diffstat (limited to 'bot.js')
| -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}`); + console.log(`Voice Channel: ${config.voiceChannel}\n\n`); client.user.setStatus('invisible'); playAudio(); |
