diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 22:19:48 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 22:19:48 -0500 |
| commit | 044d27bb9e41e6c7dc3ff882043a992003b41481 (patch) | |
| tree | bb74a357a2568d3fbb0f6fde5ae58fdf4ede4025 /bot.js | |
| parent | 00e7ade85da256e57efdafe682469e4478a2b380 (diff) | |
| download | AstralQuote-ATC-044d27bb9e41e6c7dc3ff882043a992003b41481.tar.gz AstralQuote-ATC-044d27bb9e41e6c7dc3ff882043a992003b41481.tar.bz2 AstralQuote-ATC-044d27bb9e41e6c7dc3ff882043a992003b41481.zip | |
Version number
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ const Discord = require('discord.js'); const moment = require('moment');
const client = new Discord.Client();
const config = require('./config.json');
-const aqVersion = '1.1.3';
+const aqVersion = '1.2.0';
const prefix = 'aq:';
const log = message => {
|
