Jelajahi Sumber

doing it in config instead

ivan 5 tahun lalu
induk
melakukan
4958f666f1
2 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 0
      config/config.toml
  2. 0 3
      src/plugins/simple.py

+ 1 - 0
config/config.toml

@@ -29,6 +29,7 @@ vore = "What? No"
 break = "I'm too robust for that!"
 yiff = "Sorry - I don't think I understand the command '!yiff'... I'll talk to Sam, since he loves this command so much, and get back to you!"
 rampart = "Hey guys can we please keep the topic to Rampart?"
+panic = "https://imgur.com/PjAtZDp"
 
 [riddle]
 sleep_time = 45

+ 0 - 3
src/plugins/simple.py

@@ -59,6 +59,3 @@ 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"