diff --git a/bot.py b/bot.py index bcbe943..9218846 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.4" +VERSION = "1.2.0-rc.1" load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN')