diff options
| author | Alee <alee14498@gmail.com> | 2018-03-31 22:04:44 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-31 22:04:44 -0400 |
| commit | ca4a7238392e557bf663f91d4b08bd11ec01befd (patch) | |
| tree | 89b0667d50dd28823ddaaa0969f6627f0f16f46b /bot_discord.js | |
| parent | b784bb3cb308fe20898e90444f520b1e088a85af (diff) | |
| download | AleeBot-ca4a7238392e557bf663f91d4b08bd11ec01befd.tar.gz AleeBot-ca4a7238392e557bf663f91d4b08bd11ec01befd.tar.bz2 AleeBot-ca4a7238392e557bf663f91d4b08bd11ec01befd.zip | |
Prefix fix againv2.6.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 8e6979f..48c8d1a 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -21,7 +21,7 @@ const Discord = require('discord.js'); const economy = require('discord-eco');
const client = new Discord.Client();
const abVersion = '2.6.0';
-const prefix = 'abb:';
+const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
console.log('Welcome to AleeBot NodeJS Terminal!');
|
