aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-01-06 21:35:22 -0500
committerAlee14 <Alee14498@gmail.com>2018-01-06 21:35:22 -0500
commit340709ebfbee699718fcc2969a835e7c5696696a (patch)
tree72229da0c42d1d0429b19585cbee4e0abd4845fd /bot.js
parent3117fcc771b42e4dd3f3047b3bb9a24b7b108dde (diff)
downloadAstralQuote-ATC-340709ebfbee699718fcc2969a835e7c5696696a.tar.gz
AstralQuote-ATC-340709ebfbee699718fcc2969a835e7c5696696a.tar.bz2
AstralQuote-ATC-340709ebfbee699718fcc2969a835e7c5696696a.zip
Changed the prefix (This isn't beta Alee you donkey)
Diffstat (limited to 'bot.js')
-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 => {