Package-level declarations
Types
Provides the locale of a guild in a Discord interaction, may be useful if the guild has set its own locale, for example.
Allows editing an interaction's original message using localized strings, registered from bundles in BLocalizationConfig.responseBundles.
Allows you to configure the localization settings of this interaction event, retrieve a LocalizableInteractionHook, as well as retrieve a localization context from it.
Allows sending follow-ups to interactions using localized strings, registered from bundles in BLocalizationConfig.responseBundles.
Allows replying to interactions using localized strings, registered from bundles in BLocalizationConfig.responseBundles.
Provides the locale of a user in a Discord interaction, may be useful if the user has set its own locale, for example.
Functions
Edits the original message with the localized message at the following path, using the guild's locale and provided parameters.
Edits the original message with the localized message at the following path, using the provided locale and parameters.
Edits the original message with the localized message at the following path, using the user's locale and provided parameters.
Returns the localized message at the following path, using the guild's locale and parameters.
Returns the localized message at the following path, using the user's locale and parameters.
Replies with the localized message at the following path, using the guild's locale and provided parameters.
Replies with the localized message at the following path, using the provided locale and parameters.
Replies with the localized message at the following path, using the user's locale and provided parameters.
Sends a follow-up with the localized message at the following path, using the guild's locale and provided parameters.
Sends a follow-up with the localized message at the following path, using the provided locale and parameters.
Sends a follow-up with the localized message at the following path, using the user's locale and provided parameters.