mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Update ban_user_or_chat.py
This commit is contained in:
parent
bc85da1b17
commit
e4a5287d66
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ async def ban_reply(_, ctx: Message):
|
||||||
isban = await db.get_ban_status(ctx.from_user.id)
|
isban = await db.get_ban_status(ctx.from_user.id)
|
||||||
if isban:
|
if isban:
|
||||||
await ctx.reply_msg(
|
await ctx.reply_msg(
|
||||||
f'I am sorry, You are banned to use Me. \nBan Reason: {alesan["reason"]}'
|
f'I am sorry, You are banned to use Me. \nBan Reason: {isban["reason"]}'
|
||||||
)
|
)
|
||||||
await ctx.stop_propagation()
|
await ctx.stop_propagation()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue