add preview to the motd type
All checks were successful
Publish Package / build (push) Successful in 21s

This commit is contained in:
Lee 2024-04-22 20:20:33 +01:00
parent c909b11b0c
commit d2a3434205
2 changed files with 6 additions and 1 deletions

@ -1,6 +1,6 @@
{
"name": "mcutils-library",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",

@ -50,6 +50,11 @@ type Motd = {
* The HTML MOTD, with HTML tags for colors.
*/
html: string[];
/**
* The server list MOTD preview.
*/
preview: string;
};
type Players = {