diff --git a/packages/builders/src/messages/formatters.ts b/packages/builders/src/messages/formatters.ts index 2d89d2ccdb3f..9e7a6ea721f2 100644 --- a/packages/builders/src/messages/formatters.ts +++ b/packages/builders/src/messages/formatters.ts @@ -264,6 +264,14 @@ export function formatEmoji(emojiId: C, animated?: false): */ export function formatEmoji(emojiId: C, animated?: true): ``; +/** + * Formats an emoji ID into a fully qualified emoji identifier + * + * @param emojiId - The emoji ID to format + * @param animated - Whether the emoji is animated or not. Defaults to `false` + */ +export function formatEmoji(emojiId: C, animated?: boolean): `<:_:${C}>` | ``; + /** * Formats an emoji ID into a fully qualified emoji identifier *