diff options
author | 2019-04-28 16:27:53 +0100 | |
---|---|---|
committer | 2019-04-28 16:27:53 +0100 | |
commit | d611f5472134a9882396901f4e0e69102390de79 (patch) | |
tree | 62bb9b060181810a35eac3643685e1986981e44c | |
parent | Merge pull request #184 from RohanRadia/master (diff) |
Created a JSON file to store the bunny names.
-rw-r--r-- | bot/resources/easter/bunny_names.json | 29 |
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" + ] +} |