mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
docs(*): add links to Discord's API objects & data (#5862)
This commit is contained in:
@@ -5,7 +5,7 @@ const SnowflakeUtil = require('../util/SnowflakeUtil');
|
||||
|
||||
/**
|
||||
* Represents raw emoji data from the API
|
||||
* @typedef {Object} RawEmoji
|
||||
* @typedef {APIEmoji} RawEmoji
|
||||
* @property {?Snowflake} id ID of this emoji
|
||||
* @property {?string} name Name of this emoji
|
||||
* @property {?boolean} animated Whether this emoji is animated
|
||||
@@ -110,3 +110,8 @@ class Emoji extends Base {
|
||||
}
|
||||
|
||||
module.exports = Emoji;
|
||||
|
||||
/**
|
||||
* @external APIEmoji
|
||||
* @see {@link https://discord.com/developers/docs/resources/emoji#emoji-object}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user