From c125c8bc09aeab0e1e24cea1efcb22778aac4d10 Mon Sep 17 00:00:00 2001 From: Official Husko Date: Thu, 24 Feb 2022 16:12:35 +0100 Subject: [PATCH] Fixed Version Number Accidentally uploaded with wrong version number. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 9b004cc..5ac4879 100644 --- a/bot.py +++ b/bot.py @@ -18,7 +18,7 @@ # Defined Variables global cfg cfg = configparser.RawConfigParser() -version = "1.2" +version = "1.4" threads = 1 get_date = datetime.datetime.now() month = get_date.month