withGuildLocale

@CheckReturnValue
abstract override fun withGuildLocale(guildLocale: Locale?): AppLocalizationContext(source)

Returns a new TextLocalizationContext with the specified guild locale.

Parameters

guildLocale

The guild locale to use, or null to remove it


@CheckReturnValue
abstract override fun withGuildLocale(guildLocale: DiscordLocale?): AppLocalizationContext(source)

Deprecated

Use the Locale overload

Returns a new TextLocalizationContext with the specified guild locale.

Parameters

guildLocale

The guild locale to use, or null to remove it