fix motd type
This commit is contained in:
parent
4559663d96
commit
a2e1f6fd0a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcutils-library",
|
"name": "mcutils-library",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -34,17 +34,17 @@ type Motd = {
|
|||||||
/**
|
/**
|
||||||
* The raw MOTD.
|
* The raw MOTD.
|
||||||
*/
|
*/
|
||||||
raw: string;
|
raw: string[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The clean MOTD, without any colors.
|
* The clean MOTD, without any colors.
|
||||||
*/
|
*/
|
||||||
clean: string;
|
clean: string[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The HTML MOTD, with HTML tags for colors.
|
* The HTML MOTD, with HTML tags for colors.
|
||||||
*/
|
*/
|
||||||
html: string;
|
html: string[];
|
||||||
};
|
};
|
||||||
|
|
||||||
type Players = {
|
type Players = {
|
||||||
|
Loading…
Reference in New Issue
Block a user