randydev commited on
Commit
9bd01f2
·
verified ·
1 Parent(s): 23c9755
Files changed (1) hide show
  1. akn/AllDownloaderBot/admins.py +1 -1
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
  ]