mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 18:44:50 +00:00
admin mention fix
This commit is contained in:
parent
bf4d1b7195
commit
ee143aa7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ async def report_user(self: Client, ctx: Message, strings) -> "Message":
|
|||
if admin.user.is_bot or admin.user.is_deleted:
|
||||
# return bots or deleted admins
|
||||
continue
|
||||
text += f"<a href='tg://user?id={admin.user.id}>\u2063</a>"
|
||||
text += f"<a href='tg://user?id={admin.user.id}'>\u2063</a>"
|
||||
await ctx.reply_msg(text, reply_to_message_id=ctx.reply_to_message.id)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue