change message since we dont know the livestream name at this point

This commit is contained in:
deflax 2024-01-17 05:38:06 +02:00
parent faf5aa7f22
commit f461f58a00

View file

@ -97,8 +97,8 @@ async def update_database():
if scheduler.get_job('announce_live_channel') is not None: if scheduler.get_job('announce_live_channel') is not None:
scheduler.remove_job('announce_live_channel') scheduler.remove_job('announce_live_channel')
#live_channel = bot.get_channel(announce_channel_id) #live_channel = bot.get_channel(announce_channel_id)
logger_discord.info(f'{stream_name} finished') logger_discord.info(f'Live stream is offline.')
#await live_channel.send(f'{stream_name} finished') #await live_channel.send('Live stream is offline.')
async def announce_live_channel(stream_name): async def announce_live_channel(stream_name):
if announce_channel_id == 'disabled': if announce_channel_id == 'disabled':