aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar glowingrunes <[email protected]>2019-04-28 16:27:53 +0100
committerGravatar glowingrunes <[email protected]>2019-04-28 16:27:53 +0100
commitd611f5472134a9882396901f4e0e69102390de79 (patch)
tree62bb9b060181810a35eac3643685e1986981e44c
parentMerge pull request #184 from RohanRadia/master (diff)
Created a JSON file to store the bunny names.
-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"
+ ]
+}