Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +4 -2
chatbot/plugins/chat.py
CHANGED
@@ -327,9 +327,11 @@ async def modephoto(client, callback):
|
|
327 |
InlineKeyboardButton("β
Mode Enabled", callback_data=f"photomode_{user_id}_true"),
|
328 |
InlineKeyboardButton("β Mode Disabled", callback_data=f"photomode_{user_id}_false")
|
329 |
])
|
|
|
330 |
keyboard.append([
|
331 |
InlineKeyboardButton("π§± Back To Menu", callback_data=f"response_{user_id}_{data.get('channel_username', 'RendyProjects')}")
|
332 |
])
|
|
|
333 |
keyboard.append([
|
334 |
InlineKeyboardButton(f"πΎ", callback_data=f"memory_{user_id}")
|
335 |
])
|
@@ -758,8 +760,8 @@ async def response_call(client, callback):
|
|
758 |
],
|
759 |
[
|
760 |
[
|
761 |
-
InlineKeyboardButton(
|
762 |
-
InlineKeyboardButton(
|
763 |
]
|
764 |
]
|
765 |
]
|
|
|
327 |
InlineKeyboardButton("β
Mode Enabled", callback_data=f"photomode_{user_id}_true"),
|
328 |
InlineKeyboardButton("β Mode Disabled", callback_data=f"photomode_{user_id}_false")
|
329 |
])
|
330 |
+
|
331 |
keyboard.append([
|
332 |
InlineKeyboardButton("π§± Back To Menu", callback_data=f"response_{user_id}_{data.get('channel_username', 'RendyProjects')}")
|
333 |
])
|
334 |
+
|
335 |
keyboard.append([
|
336 |
InlineKeyboardButton(f"πΎ", callback_data=f"memory_{user_id}")
|
337 |
])
|
|
|
760 |
],
|
761 |
[
|
762 |
[
|
763 |
+
InlineKeyboardButton("π", callback_data="like"),
|
764 |
+
InlineKeyboardButton("π", callback_data="unlike")
|
765 |
]
|
766 |
]
|
767 |
]
|