mirror of
https://github.com/minescope/mineping.git
synced 2025-01-13 12:06:48 +03:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
|
import { pingBedrock } from "../index.js";
|
||
|
|
||
|
const host = "mc.nevertime.su";
|
||
|
const ping = await pingBedrock(host);
|
||
|
console.log(ping);
|