Search found 1 match

by eliviking
Sun Sep 06, 2020 5:03 am
Forum: General
Topic: Using Discord to pull Server Information using Gamedig
Replies: 2
Views: 5491

Re: Using Discord to pull Server Information using Gamedig

Signed up just to say thanks for that! Helped me with refactoring my discord bot :)

Also, for anyone needing both ip and port to query a server (quake2 for example), here's how I did it.
-- only pasting the getServerInfo function changes..


function getServerInfo() {
delete require.cache[require ...