diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-01-06 21:35:22 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-01-06 21:35:22 -0500 |
| commit | 340709ebfbee699718fcc2969a835e7c5696696a (patch) | |
| tree | 72229da0c42d1d0429b19585cbee4e0abd4845fd /bot.js | |
| parent | 3117fcc771b42e4dd3f3047b3bb9a24b7b108dde (diff) | |
| download | AstralQuote-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.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 => { |
