This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
forked from edwardslabs/CloudBot
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create squid.json for storkme * Update foods.py * Update squid.json * Apply suggestions from code review Co-Authored-By: linuxdaemon <linuxdaemon.irc@gmail.com> * Update plugins/foods.py Co-Authored-By: linuxdaemon <linuxdaemon.irc@gmail.com>
- Loading branch information
1 parent
51f8fe1
commit 55499c2
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"templates": [ | ||
"{method} {user} a {size} of squid {part}." | ||
], | ||
"parts": { | ||
"method": [ | ||
"gives", | ||
"plates up", | ||
"cooks" | ||
], | ||
"size": [ | ||
"small", | ||
"plate of", | ||
"giant" | ||
], | ||
"part": [ | ||
"hood", | ||
"tubes", | ||
"fins", | ||
"tentacles" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters