diff options
| author | 2020-03-05 11:06:08 +0700 | |
|---|---|---|
| committer | 2020-03-05 11:06:08 +0700 | |
| commit | 8c068a3d96512d7bea5a2c7566690ded745b814c (patch) | |
| tree | a3ee6fb6422e501eb5dcd9b89b668ac745975fcb /bot/resources/snakes | |
| parent | Merge pull request #361 from ks129/games-command (diff) | |
| parent | CI: run pre-commit hooks in CI (diff) | |
Merge pull request #368 from python-discord/feat/deps/355/pep8-naming
Add pep8-naming and more pre-commit hooks
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 +] |