Drag
commited on
Commit
Β·
0ded348
1
Parent(s):
37d8b40
Update palmchat.py
Browse files
Mikobot/plugins/palmchat.py
CHANGED
@@ -19,7 +19,7 @@ async def palm_chatbot(client, message):
|
|
19 |
return
|
20 |
|
21 |
# Send the "giving results" message first
|
22 |
-
result_msg = await message.reply("
|
23 |
|
24 |
try:
|
25 |
# Use the Gemini API to generate a response
|
|
|
19 |
return
|
20 |
|
21 |
# Send the "giving results" message first
|
22 |
+
result_msg = await message.reply("π₯")
|
23 |
|
24 |
try:
|
25 |
# Use the Gemini API to generate a response
|