mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
hotfix
This commit is contained in:
parent
f6f3990d04
commit
737b77a99b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class HttpClient:
|
||||||
|
|
||||||
def __init__(self, auth_token: str = None, version: int = 3, **kwargs):
|
def __init__(self, auth_token: str = None, version: int = 3, **kwargs):
|
||||||
self.token = auth_token
|
self.token = auth_token
|
||||||
self.API_URL = f"https://api.boticord.top/v{version}"
|
self.API_URL = f"https://api.boticord.top/v{version}/"
|
||||||
|
|
||||||
loop = kwargs.get("loop") or asyncio.get_event_loop()
|
loop = kwargs.get("loop") or asyncio.get_event_loop()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue