fix(WS): Get gateway data

This commit is contained in:
Cinnamon
2022-07-02 09:52:24 +07:00
parent 6d90b1610e
commit b672427756
3 changed files with 15 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -3066,6 +3066,7 @@ export const Constants: {
};
Endpoints: {
botGateway: string;
userGateway: string;
invite: (root: string, code: string, eventId?: Snowflake) => string;
scheduledEvent: (root: string, guildId: Snowflake, eventId: Snowflake) => string;
CDN: (root: string) => {