diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 09:18:53 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 09:18:53 -0400 |
| commit | 33cd7187620ec6f79af1d426c9637c104bd73dc5 (patch) | |
| tree | e7500119ff7671e247dcd518cbef1c0d18efb800 /bot_discord.js | |
| parent | b365cdda819e14f784fa10c1293cc5aec05c6b90 (diff) | |
| download | AleeBot-33cd7187620ec6f79af1d426c9637c104bd73dc5.tar.gz AleeBot-33cd7187620ec6f79af1d426c9637c104bd73dc5.tar.bz2 AleeBot-33cd7187620ec6f79af1d426c9637c104bd73dc5.zip | |
More changes
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index fd1b9da..be99c35 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -24,7 +24,7 @@ const client = new Discord.Client({ disableEveryone: true
});
const abVersion = '2.8.0 Beta';
-const prefix = 'ab:';
+const prefix = 'abb:';
const fs = require('fs');
const config = require('./absettings.json');
|
