feat: Emit reaction type on gateway events

#10598 djs
This commit is contained in:
Elysia
2025-01-21 01:29:18 +07:00
parent 002b1d8fc0
commit 599e53abe6
7 changed files with 25 additions and 18 deletions

View File

@@ -13,11 +13,6 @@ const Util = require('../util/Util');
* @property {MessageActivityType} type Type of activity sent
*/
/**
* @external MessageActivityType
* @see {@link https://discord-api-types.dev/api/discord-api-types-v9/enum/MessageActivityType}
*/
/**
* The status of this presence:
* * **`online`** - user is online

View File

@@ -3,11 +3,6 @@
const Base = require('./Base');
const { MembershipStates } = require('../util/Constants');
/**
* @external TeamMemberRole
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/TeamMemberRole}
*/
/**
* Represents a Client OAuth2 Application Team Member.
* @extends {Base}

View File

@@ -77,11 +77,6 @@ class TextBasedChannel {
* @property {PollLayoutType} [layoutType] The layout type for the poll
*/
/**
* @external PollLayoutType
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/PollLayoutType}
*/
/**
* Base options provided when sending.
* @typedef {Object} BaseMessageOptions