Version 1.2.1

This commit is contained in:
2021-10-07 15:57:21 +02:00
parent 950f1dff3e
commit 7b8e345b27

2
bot.py
View File

@@ -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, \ from lib.utils import async_filter, find_category, find_role_case_insensitive, link_channel, connect_and_play, \
text_to_speech text_to_speech
VERSION = "1.2.0-rc.3" VERSION = "1.2.1"
load_dotenv() load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN') TOKEN = os.getenv('DISCORD_TOKEN')