Interface: BuilderWithDescription
@sapphire/plugin-i18next.BuilderWithDescription
Methods
setDescription
▸ setDescription(description
): BuilderWithDescription
Parameters
Name | Type |
---|---|
description | string |
Returns
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:168
setDescriptionLocalizations
▸ setDescriptionLocalizations(localizedDescriptions
): BuilderWithDescription
Parameters
Name | Type |
---|---|
localizedDescriptions | null | Partial <Record <"id" | "hr" | "th" | "tr" | "en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "uk" | "vi" , null | string >> |