Skip to content

Commit a40f31d

Browse files
committed
disable recipe.py since it doesn't work.
1 parent e1fa716 commit a40f31d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/recipe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_data(url):
6767
raise ParseError("No recipe data found")
6868

6969

70-
@hook.command(autohelp=False)
70+
#@hook.command(autohelp=False)
7171
def recipe(text):
7272
"""[term] - gets a recipe for [term], or gets a random recipe if no term is specified"""
7373
if text:
@@ -115,7 +115,7 @@ def recipe(text):
115115

116116

117117
# inspired by http://whatthefuckshouldimakefordinner.com/ <3
118-
@hook.command("dinner", "wtfsimfd", autohelp=False)
118+
#@hook.command("dinner", "wtfsimfd", autohelp=False)
119119
def dinner():
120120
"""- TELLS YOU WHAT THE F**K YOU SHOULD MAKE FOR DINNER"""
121121
try:

0 commit comments

Comments
 (0)