diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 21:16:12 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 21:16:12 -0400 |
| commit | 8618e076b39dbc10ddf84fbdb63480ddcf74ad95 (patch) | |
| tree | 93b4317e35902c7784fa636e8c5655a130472419 /bot_discord.js | |
| parent | 0a23b0fe7279428ff6950fdad7a8b2d2e3606598 (diff) | |
| download | AleeBot-8618e076b39dbc10ddf84fbdb63480ddcf74ad95.tar.gz AleeBot-8618e076b39dbc10ddf84fbdb63480ddcf74ad95.tar.bz2 AleeBot-8618e076b39dbc10ddf84fbdb63480ddcf74ad95.zip | |
2.5 Release!
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 d0f6faf..35d49cd 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -25,7 +25,7 @@ const Discord = require('discord.js');
const economy = require('discord-eco');
const client = new Discord.Client();
-const abVersion = '2.5.0 Beta';
+const abVersion = '2.5.0';
const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
|
