mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
fix: return emoji
This commit is contained in:
parent
24924cce58
commit
d06cd2e847
@ -40,6 +40,7 @@ export class EmojiShorter extends BaseShorter {
|
|||||||
body: bodyResolved,
|
body: bodyResolved,
|
||||||
});
|
});
|
||||||
await this.client.cache.channels?.setIfNI('GuildEmojisAndStickers', emoji.id!, guildId, emoji);
|
await this.client.cache.channels?.setIfNI('GuildEmojisAndStickers', emoji.id!, guildId, emoji);
|
||||||
|
return new GuildEmoji(this.client, emoji, guildId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user