Skip to content

Commit

Permalink
Fix live chat notice
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 31, 2024
1 parent b8cb9b3 commit afa8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/twitch_bot/tasks/chat_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def usernotice(**kwargs):
alert = None

try:
await self.redis.publish_json(
await bot.redis.publish_json(
f'tbot:live_chat:{kwargs["room-id"]}',
{
'type': 'notice',
Expand Down

0 comments on commit afa8bd7

Please sign in to comment.