diff options
| author | Alee <alee14498@gmail.com> | 2018-03-31 22:02:49 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-31 22:02:49 -0400 |
| commit | 0f78baedf737a9e27956112c56c3efef26832ba8 (patch) | |
| tree | 3783daf62e8839a490629eadd903cd58f6c9edce /bot_discord.js | |
| parent | 80432585bc436c7b93bf1ff95ebedc694cfe84d9 (diff) | |
| download | AleeBot-0f78baedf737a9e27956112c56c3efef26832ba8.tar.gz AleeBot-0f78baedf737a9e27956112c56c3efef26832ba8.tar.bz2 AleeBot-0f78baedf737a9e27956112c56c3efef26832ba8.zip | |
2.6 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 0eca625..8e6979f 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -20,7 +20,7 @@ const Discord = require('discord.js');
const economy = require('discord-eco');
const client = new Discord.Client();
-const abVersion = '2.6.0 Beta';
+const abVersion = '2.6.0';
const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
|
