From b483852ea186f1f044f51c5f03ff707efe035ef9 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Wed, 20 Oct 2021 19:58:58 +0200 Subject: [PATCH] Version 1.2.4 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1f6e24b..011e5eb 100644 --- a/bot.py +++ b/bot.py @@ -17,7 +17,7 @@ from lib.config import config, config_load, config_save, config_get, config_set, from lib.utils import async_filter, find_category, find_role_case_insensitive, link_channel, connect_and_play, \ text_to_speech -VERSION = "1.2.3" +VERSION = "1.2.4" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')