aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
});