diff options
author | 2022-04-02 20:11:34 +0100 | |
---|---|---|
committer | 2022-04-02 20:11:34 +0100 | |
commit | 765284a5e436f7786619a5ba4c312d75df5e9dee (patch) | |
tree | f4748800698892fc9940c217b5507011ec614d27 /botcore/site_api.py | |
parent | Merge pull request #39 from python-discord/revert-disnake (diff) | |
parent | Use imperative mood in docstrings (diff) |
Merge pull request #42 from python-discord/bump-d.py-and-add-BotBase
Bump d.py and add bot base
Diffstat (limited to 'botcore/site_api.py')
-rw-r--r-- | botcore/site_api.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/botcore/site_api.py b/botcore/site_api.py index ad72b104..dbdf4f3b 100644 --- a/botcore/site_api.py +++ b/botcore/site_api.py @@ -151,3 +151,6 @@ class APIClient: await self.maybe_raise_for_status(resp, raise_for_status) return await resp.json() + + +__all__ = ['APIClient', 'ResponseCodeError'] |