diff options
Diffstat (limited to 'src/commands/config/customAutomodPhrases.ts')
-rw-r--r-- | src/commands/config/customAutomodPhrases.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/config/customAutomodPhrases.ts b/src/commands/config/customAutomodPhrases.ts index 7735939..2cbe874 100644 --- a/src/commands/config/customAutomodPhrases.ts +++ b/src/commands/config/customAutomodPhrases.ts @@ -3,12 +3,12 @@ // export default class CustomAutomodPhrasesCommand extends BushCommand { // public constructor() { // super('customAutomodPhrases', { -// aliases: ['customautomodphrases'], +// aliases: ['custom-automod-phrases'], // category: 'config', // description: { // content: 'Configure additional phrases to be used for automod.', -// usage: 'customautomodphrases <requiredArg> [optionalArg]', -// examples: ['template 1 2'] +// usage: 'custom-automod-phrases <requiredArg> [optionalArg]', +// examples: ['custom-automod-phrases 1 2'] // }, // args: [ // { |