Skip to content

Commit cf433c1

Browse files
add preview url to the motd
1 parent 81d6d40 commit cf433c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcutils-js-api",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"module": "dist/index.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/server/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type ServerMotd = {
1515
raw: string[];
1616
clean: string[];
1717
html: string[];
18+
preview: string;
1819
};
1920

2021
export type ServerPlayers = {

0 commit comments

Comments
 (0)