diff options
Diffstat (limited to 'src/commands/info/userInfo.ts')
-rw-r--r-- | src/commands/info/userInfo.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/info/userInfo.ts b/src/commands/info/userInfo.ts index 353d844..17be687 100644 --- a/src/commands/info/userInfo.ts +++ b/src/commands/info/userInfo.ts @@ -20,8 +20,7 @@ export default class UserInfoCommand extends BushCommand { start: 'What user would you like to find information about?', retry: '{error} Choose a valid user to find information about.', optional: true - }, - default: null + } } ], slash: true, |