From f8b34dab7e30612dbb4ecca3d63f3ba8722380e3 Mon Sep 17 00:00:00 2001 From: Danial Raza Date: Sun, 13 Sep 2026 00:12:54 +0200 Subject: [PATCH] docs: link CreateGuildExpressions Co-authored-by: Almeida --- packages/discord.js/src/structures/GuildEmoji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}