We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fa716 commit a40f31dCopy full SHA for a40f31d
1 file changed
plugins/recipe.py
@@ -67,7 +67,7 @@ def get_data(url):
67
raise ParseError("No recipe data found")
68
69
70
-@hook.command(autohelp=False)
+#@hook.command(autohelp=False)
71
def recipe(text):
72
"""[term] - gets a recipe for [term], or gets a random recipe if no term is specified"""
73
if text:
@@ -115,7 +115,7 @@ def recipe(text):
115
116
117
# inspired by http://whatthefuckshouldimakefordinner.com/ <3
118
-@hook.command("dinner", "wtfsimfd", autohelp=False)
+#@hook.command("dinner", "wtfsimfd", autohelp=False)
119
def dinner():
120
"""- TELLS YOU WHAT THE F**K YOU SHOULD MAKE FOR DINNER"""
121
try:
0 commit comments