From 044d27bb9e41e6c7dc3ff882043a992003b41481 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 22:19:48 -0500 Subject: Version number --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 3843773..001d95a 100644 --- a/bot.js +++ b/bot.js @@ -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 => { -- cgit v1.2.3