summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandProgramming <33425914+SandProgramming@users.noreply.github.com>2017-11-16 16:48:11 -0500
committerAlee14 <Alee14498@gmail.com>2017-11-16 16:48:11 -0500
commit5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8 (patch)
tree254c2a7861bdb9e02618880721ba2774886115b9
parent2a94e9853dcee82087d9704e17b93f24353ef06d (diff)
downloadAleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.tar.gz
AleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.tar.bz2
AleeBot-5adc30c0cbfc4e27ad2ab58f0f323bd3b0b56fd8.zip
Made some changes on what AleeBot's playing (#14)
-rw-r--r--aleebot.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 523dea4..1e67089 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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')
});