aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-07-10 16:50:32 -0400
committerGravatar GitHub <[email protected]>2019-07-10 16:50:32 -0400
commit6d5a041029b26b8304de9f5cb0b55b4c811d5053 (patch)
tree1cd90e19570aeece7cffaa70c1a72533ec4de630 /bot/resources
parentAlign setup docstring to database, fix docstring issues (diff)
parentFixed linting error. (diff)
Merge pull request #204 from glowingrunes/bunny-name-generator
Bunny Name Generator
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/easter/bunny_names.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/bot/resources/easter/bunny_names.json b/bot/resources/easter/bunny_names.json
new file mode 100644
index 00000000..8c97169c
--- /dev/null
+++ b/bot/resources/easter/bunny_names.json
@@ -0,0 +1,29 @@
+{
+ "names": [
+ "Flopsy",
+ "Hopsalot",
+ "Thumper",
+ "Nibbles",
+ "Daisy",
+ "Fuzzy",
+ "Cottontail",
+ "Carrot Top",
+ "Marshmallow",
+ "Lucky",
+ "Clover",
+ "Daffodil",
+ "Buttercup",
+ "Goldie",
+ "Dizzy",
+ "Trixie",
+ "Snuffles",
+ "Hopscotch",
+ "Skipper",
+ "Thunderfoot",
+ "Bigwig",
+ "Dandelion",
+ "Pipkin",
+ "Buckthorn",
+ "Skipper"
+ ]
+}