Skip to content

Commit 391d200

Browse files
authored
Merge pull request #408 from Pycord-Development/core/v9
Change http gateway version
2 parents 31b014b + c16cd29 commit 391d200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def json_or_text(response: aiohttp.ClientResponse) -> Union[Dict[str, Any]
109109

110110

111111
class Route:
112-
BASE: ClassVar[str] = 'https://discord.com/api/v8'
112+
BASE: ClassVar[str] = 'https://discord.com/api/v9'
113113

114114
def __init__(self, method: str, path: str, **parameters: Any) -> None:
115115
self.path: str = path

0 commit comments

Comments
 (0)