Functions
Link copied to clipboard
Builds an instance with the current configuration.
Link copied to clipboard
Sets the guild locale to the provided one.
Link copied to clipboard
fun setGuildLocaleProvider(provider: GuildLocaleProvider, interaction: Interaction): LocalizationContext.Builder
Sets the guild locale to be provided by the passed GuildLocaleProvider.
fun setGuildLocaleProvider(provider: TextCommandLocaleProvider, event: MessageReceivedEvent): LocalizationContext.Builder
Sets the guild locale to be provided by the passed TextCommandLocaleProvider.
Link copied to clipboard
Sets the prefix of the context.
Link copied to clipboard
Sets the user locale to the provided one.
Link copied to clipboard
fun setUserLocaleProvider(provider: UserLocaleProvider, interaction: Interaction): LocalizationContext.Builder
Sets the user locale to be provided by the passed UserLocaleProvider.