I want to create a status page for my discord bot to let other users see if my bot is currently running or if it is offline. I use UpTimeRobot for that. But I saw that the only options to check if my bot is running are HTTP(s)
, Keyword
, Ping
, and Port
. So my question is now, how can uptimerobot check, if my bot is online with one of the 4 methods? Which would be the easiest way and what do I need to do to let this work?
I tried many different things at searching, but couldn't find a solution.