Skip to content

Commit a199f01

Browse files
committed
[Feat]: upgrade to use discord api v9 for fetching session endpoint
1 parent 2cfba5b commit a199f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable @typescript-eslint/naming-convention */
22
export const http = {
3-
version: 8,
3+
version: 9,
44
api: 'https://discordapp.com/api'
55
};
66

0 commit comments

Comments
 (0)