diff options
| author | Alee <alee14498@gmail.com> | 2018-03-02 22:40:09 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-02 22:40:09 -0500 |
| commit | b41c18e497f17208d3eed9bd14a378647348255a (patch) | |
| tree | c20a82e7b93ad6510567d6b53814ce18fa17d65e /src/bot_discord.js | |
| parent | 8b374485f0af1d9d12c861cfa4e27cb407e27ac6 (diff) | |
| download | AleeBot-b41c18e497f17208d3eed9bd14a378647348255a.tar.gz AleeBot-b41c18e497f17208d3eed9bd14a378647348255a.tar.bz2 AleeBot-b41c18e497f17208d3eed9bd14a378647348255a.zip | |
Started working on 2.1.0
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 c6007dd..833e121 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.0.0';
-const prefix = 'ab:';
+const abVersion = '2.1.0 Beta';
+const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
