Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Localization

See localization.json for default localization.

Hierarchy

  • Localization

Index

Properties

commands

commands: Record<string, CommandLocalization>

Localization for user-defined commands. If set, localization values will override command definition values.

help

help: { aliases: string; argUsageHint: string; arguments: string; bot_permissions: string; commandNotFound: string; default: string; examples: string; flags: string; restTypeName: string; subCommands: string; tags: { devOnly: string; guildOnly: string }; usage: string; user_permissions: string }

Localization used by the build-in command help.

Type declaration

  • aliases: string
  • argUsageHint: string
  • arguments: string
  • bot_permissions: string
  • commandNotFound: string
  • default: string
  • examples: string
  • flags: string
  • restTypeName: string
  • subCommands: string
  • tags: { devOnly: string; guildOnly: string }
    • devOnly: string
    • guildOnly: string
  • usage: string
  • user_permissions: string

list

list: { title: string }

Localization used by the build-in command list.

Type declaration

  • title: string

misc

misc: { guildOnlyWarning: string }

Type declaration

  • guildOnlyWarning: string

typeNames

Generated using TypeDoc