translate

suspend fun Event.translate(key: Key, replacements: Array<Any?> = arrayOf()): String
suspend fun Event.translate(key: Key, replacements: Map<String, Any?>): String

Given a translation key, return the translation for the locale provided by the bot's configured locale resolvers.