diff options
| author | SandProgramming <33425914+SandProgramming@users.noreply.github.com> | 2017-11-16 16:48:11 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-11-16 16:48:11 -0500 |
| commit | 5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8 (patch) | |
| tree | 254c2a7861bdb9e02618880721ba2774886115b9 /aleebot.js | |
| parent | 2a94e9853dcee82087d9704e17b93f24353ef06d (diff) | |
| download | AleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.tar.gz AleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.tar.bz2 AleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.zip | |
Made some changes on what AleeBot's playing (#14)
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -58,11 +58,13 @@ fs.readdir('./commands/', (err, files) => { client.on('ready', () => { log(`[>] AleeBot is now ready! Running version ${abversion} in ${client.guilds.size} guilds`); client.user.setPresence({ + client.user.setPresence({ game: { - name: 'with version ' +abversion, + name: 'AleeBot 1.1.1 | ab:help', type: 0 } }); + }); client.user.setStatus('online') }); |
