diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-20 18:10:16 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-20 18:10:16 -0400 |
| commit | 527ce695985cfedd514e2721933d12ab1a6170bc (patch) | |
| tree | cc64aa99309df36e3d990c9a4ef678215a724ba2 | |
| parent | 994c2be53b11c8e9854743b3924094fb97b34022 (diff) | |
| download | AstralMod-ATC-527ce695985cfedd514e2721933d12ab1a6170bc.tar.gz AstralMod-ATC-527ce695985cfedd514e2721933d12ab1a6170bc.tar.bz2 AstralMod-ATC-527ce695985cfedd514e2721933d12ab1a6170bc.zip | |
Uncommenting the waiting room music
| -rw-r--r-- | bot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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({ |
