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

View File

@@ -175,6 +175,7 @@ exports.Endpoints = {
invite: (root, code, eventId) => (eventId ? `${root}/${code}?event=${eventId}` : `${root}/${code}`),
scheduledEvent: (root, guildId, eventId) => `${root}/${guildId}/${eventId}`,
botGateway: '/gateway/bot',
userGateway: '/gateway',
};
/**