Add status Bin Source Code Link to Status.js
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user