mirror of
https://github.com/sern-handler/handler
synced 2026-06-26 17:52:14 +00:00
fix(errors.ts) syntax error enum fix
This commit is contained in:
@@ -2,6 +2,6 @@ export enum SernError {
|
||||
RESERVED_EVENT = 'Cannot register the reserved ready event. Please use the init property.',
|
||||
NO_ALIAS = 'You cannot provide an array with elements to a slash command.',
|
||||
NOT_VALID_MOD_TYPE = 'Detected an unknown module type',
|
||||
UNDEFINED_MODULE = `A module could not be detected at`
|
||||
UNDEFINED_MODULE = `A module could not be detected at`,
|
||||
MISMATCH_MODULE_TYPE = `A module type mismatched with event emitted!`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user