aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/site_api.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-02 20:11:34 +0100
committerGravatar GitHub <[email protected]>2022-04-02 20:11:34 +0100
commit765284a5e436f7786619a5ba4c312d75df5e9dee (patch)
treef4748800698892fc9940c217b5507011ec614d27 /botcore/site_api.py
parentMerge pull request #39 from python-discord/revert-disnake (diff)
parentUse 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.py3
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']