Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 21, 2024
2 parents 65474eb + 5a32735 commit 3ef2413
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 96 deletions.
6 changes: 6 additions & 0 deletions dist/src/structures/Emoji.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ export default Emoji;
* @see {@link https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure}
*/
declare class Emoji {
/**
* Checks if the emoji is animated.
* @param {Number} attributes The attributes of the emoji.
* @returns {Boolean}
*/
static isAnimated(attributes: number): boolean;
/**
* Returns the mention string for an emoji.
* @param {String} name The name of the emoji.
Expand Down
2 changes: 1 addition & 1 deletion dist/src/structures/Emoji.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ef2413

Please sign in to comment.