Skip to content

Commit

Permalink
🐛 Fix bad reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 18, 2023
1 parent d190a5c commit 70c81b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def new_game(update: Update, context: CallbackContext):

if update.message.chat_id in gm.remind_dict:
for user in gm.remind_dict[update.message.chat_id]:
send_async(bot,
send_async(context.bot,
user,
text=_("A new game has been started in {title}").format(
title=update.message.chat.title))
Expand Down

0 comments on commit 70c81b1

Please sign in to comment.