Skip to content

Commit d643512

Browse files
committed
Re-add Luke's potato comment that got lost in the refactor
1 parent c338eb0 commit d643512

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/foods.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
BasicFood("milkshake", "milkshake", "milkshake.json", "a milkshake"),
4242
BasicFood("kebab", "kebab", "kebab.json", "a kebab"),
4343
BasicFood("cake", "cake", "cake.json", "a cake"),
44+
# Kept for posterity
45+
# <Luke> Hey guys, any good ideas for plugins?
46+
# <User> I don't know, something that lists every potato known to man?
47+
# <Luke> BRILLIANT
4448
BasicFood("potato", "potato", "potato.json", "a potato"),
4549
BasicFood("cookie", "cookie", "cookies.json", "a cookie"),
4650
)

0 commit comments

Comments
 (0)