forked from Decentrala/chatbot
Added required positional argument placeholder
This commit is contained in:
@@ -5,7 +5,7 @@ def processmsg(msg, rcpt):
|
||||
if "youtube.com/watch" in msg:
|
||||
return msg.replace("youtube.com", "iv.datura.network")
|
||||
elif msg.startswith("!"):
|
||||
return command(msg)
|
||||
return command(msg, "")
|
||||
elif "good bot" in msg:
|
||||
return "^_^"
|
||||
|
||||
|
Reference in New Issue
Block a user