diff options
| author | Alee <alee14498@gmail.com> | 2018-02-25 15:10:31 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-25 15:10:31 -0500 |
| commit | df5c45329c4e1e4f91f70f06f5d7e5531cb0f434 (patch) | |
| tree | 6ec375c48e144b06587d48005d3abc0571187bdb /src | |
| parent | a83ae81c68be45eb0bfa41f2f692b7f832cb0468 (diff) | |
| download | AleeBot-df5c45329c4e1e4f91f70f06f5d7e5531cb0f434.tar.gz AleeBot-df5c45329c4e1e4f91f70f06f5d7e5531cb0f434.tar.bz2 AleeBot-df5c45329c4e1e4f91f70f06f5d7e5531cb0f434.zip | |
Forgot to change the prefix :P
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 e50244a..c6007dd 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.0.0';
-const prefix = 'abb:';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
