浏览代码

comfy-panic added as "!panic"

ivan 5 年之前
父节点
当前提交
2199c702e6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/plugins/simple.py

+ 4 - 0
src/plugins/simple.py

@@ -58,3 +58,7 @@ def inquire(message):
 def democracy():
     chosen = random.choice(get_secret("democracy.candidates"))
     return f"Congratulations to {chosen}, thank you all for participating in the democratic process!"
+
+@as_plugin
+def panic()
+    return "https://imgur.com/PjAtZDp"