aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 9ec3294..5d5d21b 100644
--- a/bot.js
+++ b/bot.js
@@ -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 => {