diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 20:03:25 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 20:03:25 -0400 |
| commit | e5afab40d699054c12cb3f2a973e77576ec7733f (patch) | |
| tree | 5793a3c3d9f2718ee8907475c6783bd093560987 | |
| parent | 98196859a2b0fd1aa9674db92a98a80f5e27020b (diff) | |
| download | AleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.tar.gz AleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.tar.bz2 AleeBot-e5afab40d699054c12cb3f2a973e77576ec7733f.zip | |
Updates
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ var logsChannel = "318874545593384970"; client.on('ready', () => { console.log("[SUCCESS] AleeBot is now ready! Running version "+ abversion +"!"); - client.user.setGame(`with other bots c:`); + client.user.setGame(`with version ` + abversion); client.user.setStatus('online') }); |
