Quellcode durchsuchen

comfy-panic added as "!panic"

ivan vor 5 Jahren
Ursprung
Commit
2199c702e6
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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"