fix motd type
This commit is contained in:
@ -34,17 +34,17 @@ type Motd = {
|
||||
/**
|
||||
* The raw MOTD.
|
||||
*/
|
||||
raw: string;
|
||||
raw: string[];
|
||||
|
||||
/**
|
||||
* The clean MOTD, without any colors.
|
||||
*/
|
||||
clean: string;
|
||||
clean: string[];
|
||||
|
||||
/**
|
||||
* The HTML MOTD, with HTML tags for colors.
|
||||
*/
|
||||
html: string;
|
||||
html: string[];
|
||||
};
|
||||
|
||||
type Players = {
|
||||
|
Reference in New Issue
Block a user