aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-20 17:39:37 -0400
committerUnknown <Alee14498@gmail.com>2017-08-20 17:39:37 -0400
commite74c559da74f83fab28f97c0bdb0a34fd735ac84 (patch)
tree6afe01cada273f36a8e3914c6e33e785180230b3 /aleebot.js
parentcd191af35063cea9fdece46837a77609d3804486 (diff)
downloadAleeBot-e74c559da74f83fab28f97c0bdb0a34fd735ac84.tar.gz
AleeBot-e74c559da74f83fab28f97c0bdb0a34fd735ac84.tar.bz2
AleeBot-e74c559da74f83fab28f97c0bdb0a34fd735ac84.zip
Fixes
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index c07a22f..af5990e 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -57,7 +57,7 @@ client.on('ready', () => {
log("[>] AleeBot is now ready! Running version " + abversion + "!");
client.user.setPresence({
game: {
- name: 'with version ' + abversion,
+ name: 'with version ' + abversion + '',
type: 0
}
});