diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-17 22:17:30 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-17 22:17:30 -0400 |
| commit | 6e25329f2181823d331dcdbd3876b28115272c9a (patch) | |
| tree | 2745538bf3eb48e981dc96aa17cb14a0b596b1ca /aleebot.js | |
| parent | fca2d2d4f0630d68bc8ff34800dd7208525511d4 (diff) | |
| parent | 9260fbc3029c45c937564a4760028c403e8d838a (diff) | |
| download | AleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.tar.gz AleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.tar.bz2 AleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.zip | |
Merge branch 'beta'
Diffstat (limited to 'aleebot.js')
| -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 "+ config.abversion +"!"); - client.user.setGame(`with version ` + config.abversion); + client.user.setPresence({ game: { name: 'with version '+ config.abversion +'', type: 0 } }); client.user.setStatus('online') }); |
