mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update dev.py
This commit is contained in:
parent
ed797a93a0
commit
7e94d9273c
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ async def ban_globally(self: Client, ctx: Message):
|
|||
await m.edit(f"Banned {user_mention} Globally!")
|
||||
ban_text = f"""
|
||||
__**New Global Ban**__
|
||||
**Origin:** {message.chat.title} [`{message.chat.id}`]
|
||||
**Origin:** {ctx.chat.title} [`{ctx.chat.id}`]
|
||||
**Admin:** {from_user.mention}
|
||||
**Banned User:** {user_mention}
|
||||
**Banned User ID:** `{user_id}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue