withGuildLocale

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

Returns a new TextLocalizationContext with the specified guild locale.

Parameters

guildLocale

The guild locale to use, or null to remove it


@CheckReturnValue
abstract fun withGuildLocale(guildLocale: DiscordLocale?): TextLocalizationContext(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