forked from Decentrala/chatbot
Added link to tasks
This commit is contained in:
@@ -24,6 +24,6 @@ def command(msg, rcpt):
|
||||
cmd, query = msg.split(" ", 1)
|
||||
return sf.query_external_website("https://en.wikipedia.org", "/wiki/" + query)
|
||||
elif msg.startswith("!tasks"):
|
||||
content = sf.getDmzTasks()
|
||||
content = sf.getDmzTasks("https://todo.dmz.rs/")
|
||||
return content
|
||||
|
||||
|
Reference in New Issue
Block a user