diff --git a/bot.py b/bot.py index 72c2d650..25cf59c3 100644 --- a/bot.py +++ b/bot.py @@ -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))