From 9f7b11144b9e3bbfcc7d6ca80cfda82dc8b086ae Mon Sep 17 00:00:00 2001 From: Siphalor Date: Tue, 26 Oct 2021 16:50:23 +0200 Subject: [PATCH] Version 1.3.2 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index ce90d66..5444462 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.1" +VERSION = "1.3.2" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')