diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 22:57:30 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 22:57:30 -0400 |
| commit | 87da49863743608aea89504bde13ff5804d7ce02 (patch) | |
| tree | 8ba69afd39d31c8f81f0dd4d75a3e400cb4ff252 /src | |
| parent | 1c3084c2eed942a9efeb779694cdd77a72f90c47 (diff) | |
| download | AleeBot-2.3.0.tar.gz AleeBot-2.3.0.tar.bz2 AleeBot-2.3.0.zip | |
Forgot to change the prefixv2.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot_discord.js b/src/bot_discord.js index 055049c..bc2a66c 100644 --- a/src/bot_discord.js +++ b/src/bot_discord.js @@ -8,7 +8,7 @@ const Discord = require('discord.js');
const client = new Discord.Client();
const abVersion = '2.3.0';
-const prefix = 'abb:';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
