summaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 5eb9581..f0ffcbc 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -24,12 +24,13 @@
*
**************************************/
const Discord = require('discord.js');
+const blessed = require('blessed');
const client = new Discord.Client();
const config = require('./absettings.json');
-var prefix = "abb:";
+var prefix = "ab:";
const year = "2017";
-var abversion = "1.0.9 Beta";
+var abversion = "1.0.9";
var logsChannel = "318874545593384970";
client.on('ready', () => {