fix(WS): Get gateway data
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user