diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 08:40:24 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 08:40:24 -0400 |
| commit | b365cdda819e14f784fa10c1293cc5aec05c6b90 (patch) | |
| tree | a5a4ba5e62d4d4574877d0348328628f0ae7e099 /bot_discord.js | |
| parent | 5392b4aa404f70fe5813d85ceb3e5718e811fcae (diff) | |
| download | AleeBot-b365cdda819e14f784fa10c1293cc5aec05c6b90.tar.gz AleeBot-b365cdda819e14f784fa10c1293cc5aec05c6b90.tar.bz2 AleeBot-b365cdda819e14f784fa10c1293cc5aec05c6b90.zip | |
2.8 beta and suggestfeature
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index 9dc6400..fd1b9da 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -23,7 +23,7 @@ const moment = require('moment'); const client = new Discord.Client({
disableEveryone: true
});
-const abVersion = '2.7.0';
+const abVersion = '2.8.0 Beta';
const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
|
