diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-11-16 16:57:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 16:57:13 -0500 |
| commit | daf36a9f9c844c79b77c7c10d7fda2de5f3e8420 (patch) | |
| tree | dd8ffbbf6a5083dc8685d5874f032c8d1ed9445e | |
| parent | ab93bce5537b4b518238c600a0d08146ce5428f4 (diff) | |
| download | AleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.tar.gz AleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.tar.bz2 AleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -58,8 +58,9 @@ 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: { + + + game: { name: 'AleeBot 1.1.1 | ab:help', type: 0 }); |
