aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-29 16:35:06 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-29 16:35:06 -0400
commit81481ecb9cd824db562f4f63e124ba3b94be3e0e (patch)
tree1e14a505ff345a75e11a36bb03d556eafd0409b6 /aleebot.js
parent1650c86452d00339e3738909433f2bb4927514e4 (diff)
downloadAleeBot-81481ecb9cd824db562f4f63e124ba3b94be3e0e.tar.gz
AleeBot-81481ecb9cd824db562f4f63e124ba3b94be3e0e.tar.bz2
AleeBot-81481ecb9cd824db562f4f63e124ba3b94be3e0e.zip
Changing from var to const in the prefix
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 08e4d77..7146ebb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -12,7 +12,7 @@ const Discord = require('discord.js');
const client = new Discord.Client();
const config = require('./abtoken.json');
-var prefix = "ab:";
+const prefix = "ab:";
var ver = "1.0.6";
var logsChannel = "318874545593384970";