diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 00:14:47 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 00:14:47 -0400 |
| commit | be5729510cb62775fe4cf304b5fea711ed1c9674 (patch) | |
| tree | df154694c9b86c2442cb397eff5819644dab3533 | |
| parent | f39b390af823a4de875bcb70d2680cdb5c804b2e (diff) | |
| download | AleeBot-be5729510cb62775fe4cf304b5fea711ed1c9674.tar.gz AleeBot-be5729510cb62775fe4cf304b5fea711ed1c9674.tar.bz2 AleeBot-be5729510cb62775fe4cf304b5fea711ed1c9674.zip | |
Updates
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ const Discord = require('discord.js'); const client = new Discord.Client(); const config = require('./absettings.json'); -const prefix = "ab:"; +var prefix = "ab:"; const year = "2017"; var abversion = "1.0.8.5"; var logsChannel = "318874545593384970"; |
