diff --git a/src/structures/GuildEmoji.js b/src/structures/GuildEmoji.js index a4ab2a56d..f4df468b7 100644 --- a/src/structures/GuildEmoji.js +++ b/src/structures/GuildEmoji.js @@ -150,6 +150,7 @@ class GuildEmoji extends BaseGuildEmoji { other.id === this.id && other.name === this.name && other.managed === this.managed && + other.available === this.available && other.requiresColons === this.requiresColons && other.roles.cache.size === this.roles.cache.size && other.roles.cache.every(role => this.roles.cache.has(role.id))