diff --git a/packages/discord.js/src/structures/GuildEmoji.js b/packages/discord.js/src/structures/GuildEmoji.js index 65cf84278..4f44a753d 100644 --- a/packages/discord.js/src/structures/GuildEmoji.js +++ b/packages/discord.js/src/structures/GuildEmoji.js @@ -55,7 +55,7 @@ class GuildEmoji extends BaseGuildEmoji { /** * Whether the emoji is deletable by the client user - * This may be `false` if the client user has the `CreateGuildExpressions` permission + * This may be `false` if the client user has the {@link PermissionFlagsBits.CreateGuildExpressions} permission * but the emoji's author is not cached. * * @type {boolean}