Skip to content

Commit

Permalink
fix: サーバ絵文字のエイリアスが機能しない問題の修正 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jul 7, 2024
1 parent def5f63 commit 95cbbba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import dev.kord.common.entity.Snowflake
* 絵文字エイリアスを置換するクラス
*/
object EmojiReplacer : BaseReplacer {
override val priority = ReplacerPriority.Normal
override val priority = ReplacerPriority.High

override suspend fun replace(tokens: MutableList<Token>, guildId: Snowflake) =
replaceText(tokens, guildId, AliasType.Emoji) { alias, replacedTokens ->
Expand Down

0 comments on commit 95cbbba

Please sign in to comment.