Commit f96f8134036d
Changed files (1)
modules
xmpp-research-bot
modules/xmpp-research-bot/bot.py
@@ -132,6 +132,14 @@ class ResearchBot(slixmpp.ClientXMPP):
# Check if message starts with /
if not body.startswith("/"):
+ help_msg = """I'm a research assistant bot! 🤖
+
+Use commands like:
+• /research <query> - Research a topic
+• /help - Show all commands
+
+Example: /research how does XMPP work?"""
+ msg.reply(help_msg).send()
return
# Parse command and arguments