diff options
| author | Alee <alee14498@gmail.com> | 2018-03-30 16:42:08 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-30 16:42:08 -0400 |
| commit | a1659ae8899dde445037235bf449b68bff64a5f4 (patch) | |
| tree | 292f83f7f5a4e8fad828fac204aca5b846e9a317 /bot_discord.js | |
| parent | 27d58610631061d277506092fbf2468674393fe2 (diff) | |
| download | AleeBot-a1659ae8899dde445037235bf449b68bff64a5f4.tar.gz AleeBot-a1659ae8899dde445037235bf449b68bff64a5f4.tar.bz2 AleeBot-a1659ae8899dde445037235bf449b68bff64a5f4.zip | |
forgot some things
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 7a10b91..c9aa963 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.5.0';
-const prefix = 'ab:';
+const abVersion = '2.6.0 Beta';
+const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
