Spaces:
Running
Running
Update chatbot/plugins/autobanch.py
Browse files
chatbot/plugins/autobanch.py
CHANGED
@@ -73,7 +73,7 @@ async def left_ch(client: Client, message: Message):
|
|
73 |
[
|
74 |
InlineKeyboardButton(
|
75 |
text="⚠️ Unban",
|
76 |
-
callback_data=f"unbanch_{
|
77 |
)
|
78 |
]
|
79 |
]
|
|
|
73 |
[
|
74 |
InlineKeyboardButton(
|
75 |
text="⚠️ Unban",
|
76 |
+
callback_data=f"unbanch_{message.from_user.id}"
|
77 |
)
|
78 |
]
|
79 |
]
|