浏览代码

Merge branch 'master' of iramo94/ivan into master

kirkleon 5 年之前
父节点
当前提交
35800cf3ba
共有 2 个文件被更改,包括 2 次插入0 次删除
  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!"
+