4 lines
No EOL
220 B
TypeScript
4 lines
No EOL
220 B
TypeScript
export default class ErrorMessages {
|
|
public static readonly InsufficientBotPermissions = "Unable to do this action, am I missing permissions?";
|
|
public static readonly CantFindChannel = "Unable to find channel";
|
|
} |