diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-29 15:57:54 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-29 15:57:54 -0400 |
| commit | 1714c7e3b119383683af5c5c3e1dd3962e91821a (patch) | |
| tree | 4977116a1a6edfc2c064a3ca52c60f8e013b66d2 | |
| parent | e6381c1be0262e71c00ec70918b589bb85cecf45 (diff) | |
| download | AleeBot-1714c7e3b119383683af5c5c3e1dd3962e91821a.tar.gz AleeBot-1714c7e3b119383683af5c5c3e1dd3962e91821a.tar.bz2 AleeBot-1714c7e3b119383683af5c5c3e1dd3962e91821a.zip | |
Switching back to ab: prefix
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ const Discord = require('discord.js'); const client = new Discord.Client(); const config = require('./abtoken.json'); -var prefix = "a:"; +var prefix = "ab:"; var ver = "1.0.6"; var logsChannel = "318874545593384970"; |
