change message since we dont know the livestream name at this point
This commit is contained in:
parent
faf5aa7f22
commit
f461f58a00
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ async def update_database():
|
|||
if scheduler.get_job('announce_live_channel') is not None:
|
||||
scheduler.remove_job('announce_live_channel')
|
||||
#live_channel = bot.get_channel(announce_channel_id)
|
||||
logger_discord.info(f'{stream_name} finished')
|
||||
#await live_channel.send(f'{stream_name} finished')
|
||||
logger_discord.info(f'Live stream is offline.')
|
||||
#await live_channel.send('Live stream is offline.')
|
||||
|
||||
async def announce_live_channel(stream_name):
|
||||
if announce_channel_id == 'disabled':
|
||||
|
|
Loading…
Reference in a new issue