diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 21:18:33 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 21:18:33 -0400 |
| commit | eab57f6d81f66fdf9b930854df7f382dc8b80642 (patch) | |
| tree | 4e1d70364647acee4cb4bd2c04102b1f74ba0ed8 | |
| parent | b097f009e3176e5e4853d3ffdeee27428fc84166 (diff) | |
| download | AleeBot-eab57f6d81f66fdf9b930854df7f382dc8b80642.tar.gz AleeBot-eab57f6d81f66fdf9b930854df7f382dc8b80642.tar.bz2 AleeBot-eab57f6d81f66fdf9b930854df7f382dc8b80642.zip | |
Forgot to change the prefix
| -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 a8d5f8c..4fd4791 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.2.0';
-const prefix = 'abb:';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
