add preview to the motd type
All checks were successful
Publish Package / build (push) Successful in 21s
All checks were successful
Publish Package / build (push) Successful in 21s
This commit is contained in:
parent
c909b11b0c
commit
d2a3434205
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcutils-library",
|
"name": "mcutils-library",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -50,6 +50,11 @@ type Motd = {
|
|||||||
* The HTML MOTD, with HTML tags for colors.
|
* The HTML MOTD, with HTML tags for colors.
|
||||||
*/
|
*/
|
||||||
html: string[];
|
html: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The server list MOTD preview.
|
||||||
|
*/
|
||||||
|
preview: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
type Players = {
|
type Players = {
|
||||||
|
Loading…
Reference in New Issue
Block a user