Skip to content

Commit

Permalink
feat: Add argument errors to CommandErrorType.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Aug 31, 2021
1 parent 4234c15 commit f4b0018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/errors/CommandError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import {CommandHandlerError} from './CommandHandlerError';

export enum CommandErrorType {
ARGUMENT_NOT_FOUND,
BAD_ARGUMENT,
CLIENT_MISSING_PERMISSIONS,
COOLDOWN,
ERROR,
INVALID_ARGUMENT,
MISSING_TAGS,
USER_MISSING_PERMISSIONS,
WRONG_CHANNEL,
Expand Down

0 comments on commit f4b0018

Please sign in to comment.