diff options
| author | Alee <alee14498@gmail.com> | 2018-04-15 08:35:34 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-15 08:35:34 -0400 |
| commit | a240c1b879a0fef8357a2c050375434f69bb228d (patch) | |
| tree | 767aed164946f19c90a47c813e909f0a1b364ef5 /bot_discord.js | |
| parent | 89b1f4aaae47bf7acd0454d5da50c617e16e1f76 (diff) | |
| download | AleeBot-a240c1b879a0fef8357a2c050375434f69bb228d.tar.gz AleeBot-a240c1b879a0fef8357a2c050375434f69bb228d.tar.bz2 AleeBot-a240c1b879a0fef8357a2c050375434f69bb228d.zip | |
2.7 releasev2.7.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 b9d7f2f..18d3958 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -21,8 +21,8 @@ const Discord = require('discord.js'); const economy = require('discord-eco');
const moment = require('moment');
const client = new Discord.Client();
-const abVersion = '2.7.0 Beta';
-const prefix = 'abb:';
+const abVersion = '2.7.0';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
|
