summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-11-16 16:57:13 -0500
committerGitHub <noreply@github.com>2017-11-16 16:57:13 -0500
commitdaf36a9f9c844c79b77c7c10d7fda2de5f3e8420 (patch)
treedd8ffbbf6a5083dc8685d5874f032c8d1ed9445e
parentab93bce5537b4b518238c600a0d08146ce5428f4 (diff)
downloadAleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.tar.gz
AleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.tar.bz2
AleeBot-daf36a9f9c844c79b77c7c10d7fda2de5f3e8420.zip
Update aleebot.js
-rw-r--r--aleebot.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 6c06294..5c83ab5 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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
});