Hello All,
I'm very new to Nightbot and definitely not a developer so I figured I'd come to the Forums to seek the advice I need.
I'd like to have a command in my channel that displays the current route I'm riding in Zwift. I don't believe there is any API available for doing something like this, so my initial thought is to create a !route command that would then return a response that I would manually update at the beginning of each ride.
What is the proper syntax for doing this, and how do I include a variable that I can change during each session?
Example:
!route would return "We are currently riding Alpe du Zwift", then using a command such as !setroute I could change the route name...
What would be the best practice for doing this?
Thanks in Advance!