Update dev.py

This commit is contained in:
yasirarism 2023-06-16 23:09:20 +07:00 committed by GitHub
parent 7e94d9273c
commit 370795d4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.'")