소스 검색

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"