diff options
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
