Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 28, 2024
1 parent 6ae24f4 commit 9e77d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiddify_support_bot/modules/user/reply_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from urllib.parse import urlparse, parse_qs


@bot.message_handler(text_startswith="/remove", func=reply_handler.is_reply_to_user_condition_ignore_slash)
@bot.message_handler(text_startswith="/remove", func=is_reply_to_user_condition_ignore_slash)
async def remove(msg: HMessage):
reply_to_chat_data = await msg.db.get(f"chat_data_of_+{msg.reply_to_message.id}")
if not reply_to_chat_data:
Expand Down

0 comments on commit 9e77d2d

Please sign in to comment.