summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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