From 734c3d03fead95ea93331b5822e6535304eaaac4 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Thu, 7 Oct 2021 13:00:04 +0200 Subject: [PATCH] Version 1.1.0-rc.2 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 413133a..71783a2 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.1.0-rc.1" +VERSION = "1.1.0-rc.2" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')