@@ -21,6 +21,7 @@ Brawl Stats
2121 :alt: MIT License
2222
2323| This library is a sync and async wrapper the unofficial `Brawl Stars API`_.
24+ | Python 3.5.3 or later is required.
2425| To keep up with API changes, discussions, and status, I recommend you join the API's `discord server`_.
2526
2627Features
@@ -59,7 +60,14 @@ Examples are in the `examples folder`_.
5960- ``async.py `` shows you basic async usage
6061- ``discord_cog.py `` shows an example Discord Bot cog using `discord.py rewrite `_
6162
62- Contributors
63+ Misc
64+ ~~~~
65+
66+ - If you are currently using this wrapper, feel free to star this repository :)
67+ - If you come across an issue in the wrapper, please `create an issue `_. Do **not ** PM me on Discord for help.
68+ - If you need an API Key, create one using the `dashboard `_.
69+
70+ Contributing
6371~~~~~~~~~~~~
6472Special thanks to this project's contributors ❤️
6573
@@ -70,15 +78,6 @@ Special thanks to this project's contributors ❤️
7078- `Kyber `_
7179- `Pollen `_
7280
73- Misc
74- ~~~~
75-
76- | If you are currently using this wrapper, feel free to star this repository :)
77- | If you come across an issue in the wrapper, please `create an issue`_. Do **not** PM me on Discord for help.
78- | If you need an API Key, create one using the `dashboard`_.
79-
80- Contributing
81- ~~~~~~~~~~~~
8281If you want to contribute, whether it be a bug fix or new feature, make sure to follow the `contributing guidelines `_.
8382
8483.. _Brawl Stars API : https://api.brawlapi.cf/v1
0 commit comments