diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 16:14:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 16:14:13 -0400 |
| commit | cf991388797f6cad0525d7f11bdf7ad99b2fa77b (patch) | |
| tree | d1a06d601f006970a8f6c2a9c9d68f9c0997fdeb /aleebot.js | |
| parent | c2b741a0e53802757306e81173f04d587f99b980 (diff) | |
| download | AleeBot-cf991388797f6cad0525d7f11bdf7ad99b2fa77b.tar.gz AleeBot-cf991388797f6cad0525d7f11bdf7ad99b2fa77b.tar.bz2 AleeBot-cf991388797f6cad0525d7f11bdf7ad99b2fa77b.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -43,10 +43,12 @@ client.on('message', message => { }); -client.on("ready", () => console.log("AleeBot is now ready!"); + client.on('ready', () => { + console.log("AleeBot is now ready!"); client.setInterval(setGame, 300000); setGame(); - }); + }); + function setGame() { var presence = {}; presence.game = {}; @@ -130,7 +132,7 @@ client.on("ready", () => console.log("AleeBot is now ready!"); presence.game.name = "AleeChat"; break; case 25: - presence.game.name = "harking tiem"; + presence.game.name = "For help ab:help"; break; case 26: presence.game.name = "trying to DJ"; |
