diff --git a/packages/discord.js/src/structures/Emoji.js b/packages/discord.js/src/structures/Emoji.js index 3cdfa815e267..ad5378f3e300 100644 --- a/packages/discord.js/src/structures/Emoji.js +++ b/packages/discord.js/src/structures/Emoji.js @@ -29,7 +29,7 @@ class Emoji extends Base { * The emoji's id * @type {?Snowflake} */ - this.id = emoji.id; + this.id = emoji.id ?? null; } /**