From 09d206ef13230a28ee2850c0fb5a522ba5040e3d Mon Sep 17 00:00:00 2001 From: MCHost Date: Mon, 16 Jun 2025 13:12:24 -0400 Subject: [PATCH] Add status Bin Source Code Link to Status.js --- includes/status.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/status.js b/includes/status.js index c8360cc..718f0db 100644 --- a/includes/status.js +++ b/includes/status.js @@ -1,6 +1,10 @@ import { promisify } from 'util'; import { exec } from 'child_process'; import { Socket } from 'net'; + +// Status Check Bin Source Code is at: +// https://git.ssh.surf/hypermc/mc-status + const execPromise = promisify(exec); export async function checkConnectionStatus(hostname, port) {