diff --git a/bot/src/main/kotlin/dev/schlaubi/tonbrett/bot/command/EmojiConverter.kt b/bot/src/main/kotlin/dev/schlaubi/tonbrett/bot/command/EmojiConverter.kt index 91677f9..8dc1fd7 100644 --- a/bot/src/main/kotlin/dev/schlaubi/tonbrett/bot/command/EmojiConverter.kt +++ b/bot/src/main/kotlin/dev/schlaubi/tonbrett/bot/command/EmojiConverter.kt @@ -12,6 +12,7 @@ import dev.kordex.core.commands.converters.builders.ConverterBuilder import dev.kordex.core.commands.converters.builders.OptionalCoalescingConverterBuilder import dev.kordex.core.commands.converters.impl.emoji import dev.kordex.core.commands.converters.impl.string +import dev.kordex.core.i18n.EMPTY_KEY import dev.kordex.core.i18n.types.Key import dev.kordex.modules.dev.unsafe.annotations.UnsafeAPI import dev.kordex.modules.dev.unsafe.converters.union @@ -37,7 +38,7 @@ fun Arguments.emoji(name: Key, description: Key): OptionalCoalescingConverter