From fba91b22617a637688d352c1ea14ced5b19f3c3f Mon Sep 17 00:00:00 2001 From: Siphalor Date: Tue, 3 May 2022 16:26:42 +0200 Subject: [PATCH] Version 1.3.5 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c74f11e..a92d4df 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.4" +VERSION = "1.3.5" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')