Hey, I'm currently working on a bot that integrate with google sheets. In this sheets, I have a button to notify about changes in sheets and basically mentions some roles in the discord server. How can this be done with interactions.py? My first instinct is just to call an http request from google sheets script to the discord bot, which I think some other library does it well with flask integration. Is such feature available?
my second choice is to just use background task to periodically track changes in sheets, but it definitely won't be efficient