refactor: Match subcommand (group) name casing with Discord's (#6204)

This commit is contained in:
Jiralite
2021-07-29 11:52:06 +01:00
committed by GitHub
parent 4beb64769c
commit a69e2f7904
4 changed files with 32 additions and 32 deletions

View File

@@ -138,8 +138,8 @@ const Messages = {
`Option "${name}" is of type: ${type}; expected ${expected}.`,
COMMAND_INTERACTION_OPTION_EMPTY: (name, type) =>
`Required option "${name}" is of type: ${type}; expected a non-empty value.`,
COMMAND_INTERACTION_OPTION_NO_SUB_COMMAND: 'No sub-command specified for interaction.',
COMMAND_INTERACTION_OPTION_NO_SUB_COMMAND_GROUP: 'No sub-command group specified for interaction.',
COMMAND_INTERACTION_OPTION_NO_SUB_COMMAND: 'No subcommand specified for interaction.',
COMMAND_INTERACTION_OPTION_NO_SUB_COMMAND_GROUP: 'No subcommand group specified for interaction.',
INVITE_MISSING_SCOPES: 'At least one valid scope must be provided for the invite',