feat: update Discord developer documentation links and add new flags

#9473 djs
This commit is contained in:
Elysia
2023-04-29 19:20:14 +07:00
parent 3b793e80cd
commit 2bde69f8d1
6 changed files with 11 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ exports.PartialTypes = keyMirror(['USER', 'CHANNEL', 'GUILD_MEMBER', 'MESSAGE',
* * GUILD_SCHEDULED_EVENT_USER_REMOVE
* * GUILD_AUDIT_LOG_ENTRY_CREATE
* @typedef {string} WSEventType
* @see {@link https://discord.com/developers/docs/topics/gateway#commands-and-events-gateway-events}
* @see {@link https://discord.com/developers/docs/topics/gateway-events#receive-events}
*/
exports.WSEvents = keyMirror([
'READY',