I've seen some streamers use various !schedule commands for Splatoon schedules and I was wondering if there's a way to set it up. I've been trying to figure it out but I don't really know how to do it with Nightbot.
Ideally want to fetch the current info from splatoon3.ink with 5-6 commands for the various modes (a 5th pvp mode will be released down the line) and an addition "next" option to fetch the next rotation. (Rotation changes every 2 hours for PVP and for the PVE mode it's every 40 hours)
!turf to fetch the current regular, !turf next to fetch the next regular, etc. ("Turf war" is the name for the "Regular" battle mode displayed on the website)
I know nintendo is a bit... yeah... with API but i checked this website and they listed endpoints here but idk how to incorporate those into a command? I know i'll be needing to fetch the current/next map data, time left/until rotation change and for pve the current & next map and weapons.
Example responses: "Current Turf War: [Map 1] and [Map 2]. [Time left]." and "Current Salmon Run: [Map]. [Weapons]. [Time left]."
Kinda just need like an example of how to do it and then i might be able to work the rest out myself (hopefully)... anyone got any ideas?