From 08a01dbe9f787e5edb0dedb31499b861bc7f48ca Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 16 Apr 2018 10:49:36 -0400 Subject: 2.8 Release --- bot_discord.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot_discord.js') diff --git a/bot_discord.js b/bot_discord.js index be99c35..7c041c2 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -23,8 +23,8 @@ const moment = require('moment'); const client = new Discord.Client({ disableEveryone: true }); -const abVersion = '2.8.0 Beta'; -const prefix = 'abb:'; +const abVersion = '2.8.0'; +const prefix = 'ab:'; const fs = require('fs'); const config = require('./absettings.json'); -- cgit v1.2.3