diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 17:35:34 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 17:35:34 -0400 |
| commit | 53e984dc1f1673a162da1d93a3f3a24c1ea54c34 (patch) | |
| tree | 44801ab0f4ebf727f9c5a919346fb9ea51d0e0f9 /src/bot_discord.js | |
| parent | 2835e99139b8b26cae599a73dc7ad4fd85913799 (diff) | |
| download | AleeBot-53e984dc1f1673a162da1d93a3f3a24c1ea54c34.tar.gz AleeBot-53e984dc1f1673a162da1d93a3f3a24c1ea54c34.tar.bz2 AleeBot-53e984dc1f1673a162da1d93a3f3a24c1ea54c34.zip | |
2.2.0 stuff
Diffstat (limited to 'src/bot_discord.js')
| -rw-r--r-- | src/bot_discord.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bot_discord.js b/src/bot_discord.js index f195e73..d6ade60 100644 --- a/src/bot_discord.js +++ b/src/bot_discord.js @@ -7,8 +7,8 @@ **********************************************/
const Discord = require('discord.js');
const client = new Discord.Client();
-const abVersion = '2.1.0';
-const prefix = 'ab:';
+const abVersion = '2.2.0 Beta';
+const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
