Do not announce offline messages

This commit is contained in:
deflax 2025-03-05 23:38:05 +00:00
parent 7a89d2605f
commit 12f8aad9fd

View file

@ -180,10 +180,6 @@ async def query_database():
# Cleanup the announce job
if scheduler.get_job('announce_live_channel') is not None:
scheduler.remove_job('announce_live_channel')
if live_channel_id != 0:
live_channel = bot.get_channel(int(live_channel_id))
await live_channel.send(f'{stream_name} is offline.')
logger_discord.info(f'{stream_name} is offline.')
async def announce_live_channel(stream_name, stream_details):
if live_channel_id != 0: