Fix typo
Browse files
akn/AllDownloaderBot/admins.py
CHANGED
@@ -196,7 +196,7 @@ async def arz_ban_user(client: Client, message: Message):
|
|
196 |
[
|
197 |
[
|
198 |
InlineKeyboardButton(
|
199 |
-
"Unban", callback_data=f"arzunban_{user_id}"
|
200 |
)
|
201 |
]
|
202 |
]
|
|
|
196 |
[
|
197 |
[
|
198 |
InlineKeyboardButton(
|
199 |
+
"⚫ Unban", callback_data=f"arzunban_{message.chat.id}_{user_id}"
|
200 |
)
|
201 |
]
|
202 |
]
|