diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 21:20:57 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 21:20:57 -0400 |
| commit | 37832fa349344b1a2cb512bff22ebc4e5ca0ced9 (patch) | |
| tree | ba052b4f26de693edf58d3e127533cec047d5fd8 /bot_discord.js | |
| parent | 8618e076b39dbc10ddf84fbdb63480ddcf74ad95 (diff) | |
| download | AleeBot-37832fa349344b1a2cb512bff22ebc4e5ca0ced9.tar.gz AleeBot-37832fa349344b1a2cb512bff22ebc4e5ca0ced9.tar.bz2 AleeBot-37832fa349344b1a2cb512bff22ebc4e5ca0ced9.zip | |
DONKEY DONKEY DONKEYv2.5.0
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 35d49cd..7a10b91 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -26,7 +26,7 @@ const Discord = require('discord.js'); const economy = require('discord-eco');
const client = new Discord.Client();
const abVersion = '2.5.0';
-const prefix = 'abb:';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
