Skip to content

Commit 50d50a6

Browse files
committed
Change http gateway version
1 parent 7e4ce97 commit 50d50a6

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)