Added required positional argument placeholder

This commit is contained in:
t3xhno 2024-02-06 21:05:02 +01:00
parent c011383f0e
commit 1e56a84a4c

View File

@ -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 "^_^"