From 527ce695985cfedd514e2721933d12ab1a6170bc Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 20 Oct 2017 18:10:16 -0400 Subject: Uncommenting the waiting room music --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 7530e20..2216e5b 100644 --- a/bot.js +++ b/bot.js @@ -509,11 +509,11 @@ client.on('ready', () => { setGame(); //Jump into waiting room - /*client.channels.get("368501920417185792").join().then(function(conn) { + client.channels.get("368501920417185792").join().then(function(conn) { console.log("[STATUS] AstralMod is connected to the waiting room"); connection = conn; playAudio(); - }); */ + }); //Get all messages in #suggestions client.channels.get("369224177435017226").fetchMessages({ -- cgit v1.2.3