From 46055df868614d09537113e1b48438e84e6519cb Mon Sep 17 00:00:00 2001 From: Steelmaker86 Date: Sat, 4 Mar 2017 11:27:25 -0600 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 489519f..7741949 100644 --- a/bot.py +++ b/bot.py @@ -7,7 +7,7 @@ import config client = discord.Client() -VERSION = '0.0.3.' +VERSION = '0.0.4.' prefix = config.prefix @client.event