diff options
author | 2019-07-10 16:50:32 -0400 | |
---|---|---|
committer | 2019-07-10 16:50:32 -0400 | |
commit | 6d5a041029b26b8304de9f5cb0b55b4c811d5053 (patch) | |
tree | 1cd90e19570aeece7cffaa70c1a72533ec4de630 /bot/resources | |
parent | Align setup docstring to database, fix docstring issues (diff) | |
parent | Fixed 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.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" + ] +} |