Bläddra i källkod

Merge branch 'master' of iramo94/ivan into master

kirkleon 5 år sedan
förälder
incheckning
35800cf3ba
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      config/config.toml
  2. 1 0
      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

+ 1 - 0
src/plugins/simple.py

@@ -58,3 +58,4 @@ 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!"
+