Version 1.2.0-rc.3

This commit is contained in:
2021-10-07 14:12:37 +02:00
parent 61e2b31dbe
commit e8aec3be57

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.2" VERSION = "1.2.0-rc.3"
load_dotenv() load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN') TOKEN = os.getenv('DISCORD_TOKEN')