Drag commited on
Commit
37d8b40
·
1 Parent(s): 90d533e

Update palmchat.py

Browse files
Files changed (1) hide show
  1. Mikobot/plugins/palmchat.py +1 -1
Mikobot/plugins/palmchat.py CHANGED
@@ -15,7 +15,7 @@ async def palm_chatbot(client, message):
15
  query = " ".join(message.text.split()[1:])
16
 
17
  if not query:
18
- await message.reply("Please provide a query after Miko.")
19
  return
20
 
21
  # Send the "giving results" message first
 
15
  query = " ".join(message.text.split()[1:])
16
 
17
  if not query:
18
+ await message.reply("Please provide a query after flash.")
19
  return
20
 
21
  # Send the "giving results" message first