From db7928945f1d90b4c2bf66406beaa444f031b68f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 17:24:32 -0400 Subject: Fixes x2 --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') 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(); -- cgit v1.2.3