Skip to content

Commit

Permalink
Expose ServerAdvertisement class (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlxh authored Apr 14, 2023
1 parent 830a581 commit 27e8586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const { Relay } = require('./src/relay')
const { createClient, ping } = require('./src/createClient')
const { createServer } = require('./src/createServer')
const { Titles } = require('prismarine-auth')
const { ServerAdvertisement } = require('./src/server/advertisement')

module.exports = {
Client,
Expand All @@ -18,5 +19,6 @@ module.exports = {
createClient,
ping,
createServer,
title: Titles
title: Titles,
ServerAdvertisement
}

0 comments on commit 27e8586

Please sign in to comment.