diff options
Diffstat (limited to 'src/commands/moulberry-bush')
-rw-r--r-- | src/commands/moulberry-bush/level.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moulberry-bush/level.ts b/src/commands/moulberry-bush/level.ts index 7f3509f..fc1e93e 100644 --- a/src/commands/moulberry-bush/level.ts +++ b/src/commands/moulberry-bush/level.ts @@ -30,9 +30,9 @@ export default class LevelCommand extends BushCommand { ], slashOptions: [ { - type: 'USER', name: 'user', description: 'The user to get the level of', + type: 'USER', required: false } ], |