aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 17:24:32 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 17:24:32 -0400
commitdb7928945f1d90b4c2bf66406beaa444f031b68f (patch)
tree8ae20aaf6cc47badf2a30d88ce9517913e5b791f /bot.js
parentd3b16dd0ef463790380ade4a06608d7ba0b37e60 (diff)
downloadDLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.tar.gz
DLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.tar.bz2
DLAP-db7928945f1d90b4c2bf66406beaa444f031b68f.zip
Fixes x2
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 65bd894..1789d29 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}\n\n`);
+ console.log(`Voice Channel: ${config.voiceChannel}\n`);
client.user.setStatus('invisible');
playAudio();