I was wondering how I would add a command for 'UpTime' in my commands that will show how long the twitch channel has been live for.
This is my whole code: https://pastebin.com/ty8J3vYS
I'm not sure if I add it into my commands with things added to it with another case such as
case "uptime":
irc.sendChatMessage("");
break;