We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
undefined
1 parent f93abf7 commit cc07a28Copy full SHA for cc07a28
packages/discord.js/src/structures/Emoji.js
@@ -29,7 +29,7 @@ class Emoji extends Base {
29
* The emoji's id
30
* @type {?Snowflake}
31
*/
32
- this.id = emoji.id;
+ this.id = emoji.id ?? null;
33
}
34
35
/**
0 commit comments