diff options
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ const moment = require('moment'); const client = new Discord.Client(); const config = require('./config.json'); const aqVersion = "1.1.3"; -const prefix = "aqb:"; +const prefix = "aq:"; const log = message => { |
