diff --git a/src/common/shorters/emojis.ts b/src/common/shorters/emojis.ts index 863ea81..200ebc9 100644 --- a/src/common/shorters/emojis.ts +++ b/src/common/shorters/emojis.ts @@ -40,6 +40,7 @@ export class EmojiShorter extends BaseShorter { body: bodyResolved, }); await this.client.cache.channels?.setIfNI('GuildEmojisAndStickers', emoji.id!, guildId, emoji); + return new GuildEmoji(this.client, emoji, guildId); } /**