diff options
| author | 2020-03-20 18:16:44 -0400 | |
|---|---|---|
| committer | 2020-03-20 18:16:44 -0400 | |
| commit | 55aac3508b30ffbb26a74372f958bc526a9773fc (patch) | |
| tree | 620601201c74a56f71dda42cfd73823002fe6311 /bot/resources/snakes | |
| parent | Battleships - change hard-coded strings in subcommand (diff) | |
| parent | Merge pull request #373 from python-discord/python38 (diff) | |
Merge branch 'master' into battleships
Diffstat (limited to 'bot/resources/snakes')
| -rw-r--r-- | bot/resources/snakes/snake_idioms.json | 2 | ||||
| -rw-r--r-- | bot/resources/snakes/snake_names.json | 2 | ||||
| -rw-r--r-- | bot/resources/snakes/special_snakes.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bot/resources/snakes/snake_idioms.json b/bot/resources/snakes/snake_idioms.json index 37148c42..ecbeb6ff 100644 --- a/bot/resources/snakes/snake_idioms.json +++ b/bot/resources/snakes/snake_idioms.json @@ -272,4 +272,4 @@ { "idiom": "photosnek" } -]
\ No newline at end of file +] diff --git a/bot/resources/snakes/snake_names.json b/bot/resources/snakes/snake_names.json index 8ba9dbd7..25832550 100644 --- a/bot/resources/snakes/snake_names.json +++ b/bot/resources/snakes/snake_names.json @@ -2167,4 +2167,4 @@ "name": "Titanboa", "scientific": "Titanoboa" } -]
\ No newline at end of file +] diff --git a/bot/resources/snakes/special_snakes.json b/bot/resources/snakes/special_snakes.json index 8159f914..46214f66 100644 --- a/bot/resources/snakes/special_snakes.json +++ b/bot/resources/snakes/special_snakes.json @@ -13,4 +13,4 @@ "https://img.thrfun.com/img/080/349/spaghetti_dinner_l1.jpg" ] } -]
\ No newline at end of file +] |