diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 19:42:42 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 19:42:42 -0400 |
| commit | 784b6fc90f16af6f69f14b9415f82dc5429b2485 (patch) | |
| tree | de2e68cedc6b3b22d61fdaedd290563115117a7e /bot_discord.js | |
| parent | 4bfdff40646c653f2c391a79f82ea2c85645ecb3 (diff) | |
| download | AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.tar.gz AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.tar.bz2 AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.zip | |
Wheeeee new buy command!!!!!
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 f02745c..03834a3 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -25,8 +25,8 @@ const Discord = require('discord.js');
const economy = require('discord-eco');
const client = new Discord.Client();
-const abVersion = '2.4.0';
-const prefix = 'ab:';
+const abVersion = '2.5.0 Beta';
+const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
