diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 10:49:36 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 10:49:36 -0400 |
| commit | 08a01dbe9f787e5edb0dedb31499b861bc7f48ca (patch) | |
| tree | c03961abbabb9e8d3bce67cdfe566a3ddb44bab2 /bot_discord.js | |
| parent | 58e02ffe680b3875a484f009828368c6fb049c4f (diff) | |
| download | AleeBot-2.8.0.tar.gz AleeBot-2.8.0.tar.bz2 AleeBot-2.8.0.zip | |
2.8 Releasev2.8.0
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot_discord.js b/bot_discord.js index be99c35..7c041c2 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -23,8 +23,8 @@ const moment = require('moment'); const client = new Discord.Client({
disableEveryone: true
});
-const abVersion = '2.8.0 Beta';
-const prefix = 'abb:';
+const abVersion = '2.8.0';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
|
