aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 17:24:02 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 17:24:02 -0400
commitd3b16dd0ef463790380ade4a06608d7ba0b37e60 (patch)
treef7f1d6956dd68bdde42023cc94b5506a8154ef44 /bot.js
parent81ba68671013560b23997c140eb7099682e85111 (diff)
downloadDLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.tar.gz
DLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.tar.bz2
DLAP-d3b16dd0ef463790380ade4a06608d7ba0b37e60.zip
Fixes
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 58ee36a..65bd894 100644
--- a/bot.js
+++ b/bot.js
@@ -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();