Custom channel emoticons WIP (#130)

This commit is contained in:
John Livingston
2024-06-06 15:03:12 +02:00
parent 893708d93a
commit a777c7ac8d
12 changed files with 56 additions and 17 deletions

View File

@ -7,6 +7,7 @@ export enum ValidationErrorType {
WrongType,
WrongFormat,
NotInRange,
Duplicate
}
export class ValidationError extends Error {