Package-level declarations
Types
Functions
Link copied to clipboard
fun LocalizableTextCommand.getGuildMessage(localizationPath: String, vararg entries: PairEntry): String
Returns the localized message at the following path, using the guild's locale and provided parameters.
Link copied to clipboard
fun LocalizableTextCommand.replyGuild(localizationPath: String, vararg entries: PairEntry): MessageCreateAction
Replies with the localized message at the following path, using the guild's locale and provided parameters.
Link copied to clipboard
fun LocalizableTextCommand.replyLocalized(locale: Locale, localizationPath: String, vararg entries: PairEntry): MessageCreateAction
Replies with the localized message at the following path, using the provided locale and parameters.
Link copied to clipboard
fun LocalizableTextCommand.respondGuild(localizationPath: String, vararg entries: PairEntry): MessageCreateAction
Responds with the localized message at the following path, using the guild's locale and provided parameters.
Link copied to clipboard
fun LocalizableTextCommand.respondLocalized(locale: Locale, localizationPath: String, vararg entries: PairEntry): MessageCreateAction
Responds with the localized message at the following path, using the provided locale and parameters.