aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-27 17:10:24 -0400
committerAlee14 <alee14498@gmail.com>2017-03-27 17:10:24 -0400
commit5a90919f4fa59bfd1e481ea8ba0bc4e42b1b6cf5 (patch)
treef865161afc53a3a6eee8140c992404357646297c
parente7b9e3262062dfac05c7a7e96f3fd50a3e64152b (diff)
downloadAleeBot-5a90919f4fa59bfd1e481ea8ba0bc4e42b1b6cf5.tar.gz
AleeBot-5a90919f4fa59bfd1e481ea8ba0bc4e42b1b6cf5.tar.bz2
AleeBot-5a90919f4fa59bfd1e481ea8ba0bc4e42b1b6cf5.zip
Updated Playing
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 35f4662..fe022c4 100644
--- a/bot.js
+++ b/bot.js
@@ -36,7 +36,7 @@ client.on('message', message => {
});
-client.on("ready", () => client.user.setGame("aleebot:help"))
+client.on("ready", () => client.user.setGame("For help: aleebot:help"))
client.login ('token')
console.log('[INFO] Success! Bot is running') \ No newline at end of file