From 947e1fce369c7e407a0d6f653e9860066463b55f Mon Sep 17 00:00:00 2001 From: Siphalor Date: Wed, 4 Aug 2021 19:15:25 +0200 Subject: [PATCH] Version 1.0.1 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 717be75..297ef58 100644 --- a/bot.py +++ b/bot.py @@ -17,7 +17,7 @@ from lib.config import config, config_load, config_save, config_get, config_set, config_set_raw, config_meta from lib.utils import async_filter, find_category, find_role_case_insensitive, link_channel -VERSION = "1.0.0" +VERSION = "1.0.1" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')