✔ Perform the major refactoring

This commit is contained in:
thec0sm0s
2020-10-01 01:03:39 +05:30
parent 021d23413c
commit 21b8906f5f
8 changed files with 12 additions and 131 deletions

View File

@@ -12,7 +12,7 @@ class RateLimited(HttpException):
Attributes
----------
response : requests.Response
response : aiohttp.Response
The actual response object received from Discord API.
json : dict
The actual JSON data received. Shorthand to ``response.json()``.