From 5c7cc96ad3613131d7583165adcc9363fe2dd8be Mon Sep 17 00:00:00 2001 From: Siphalor Date: Tue, 19 Apr 2022 13:44:43 +0200 Subject: [PATCH] Version 1.3.4 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index bf1d17a..0f33220 100644 --- a/bot.py +++ b/bot.py @@ -18,7 +18,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.3.3" +VERSION = "1.3.4" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')