I have a simple code I use to output the number of players on a server currently.
It's a simple print_r output, and a h3 tag.
I'd like to know how to take the contents of this website and output it on a Discord Server when requested with a command?
print_r($result);
echo "Players Online";
That's all it is and it says it in a text-format.
</div>