diff options
Diffstat (limited to 'src/commands/config/prefix.ts')
-rw-r--r-- | src/commands/config/prefix.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config/prefix.ts b/src/commands/config/prefix.ts index c7a1a9f..dc51671 100644 --- a/src/commands/config/prefix.ts +++ b/src/commands/config/prefix.ts @@ -26,9 +26,9 @@ export default class PrefixCommand extends BushCommand { slash: true, slashOptions: [ { - type: 'STRING', name: 'prefix', description: 'What would you like the new prefix to be?', + type: 'STRING', required: false } ] |