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
7e94d9273c
commit
370795d4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ async def unban_globally(self: Client, ctx: Message):
|
|||
if not is_gbanned:
|
||||
await ctx.reply_text("I don't remember Gbanning him.")
|
||||
else:
|
||||
await remove_gban_user(user)
|
||||
await remove_gban_user(user_id)
|
||||
await ctx.reply_text(f"Lifted {user_mention}'s Global Ban.'")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue