Consolidated commands: deprecated /list, /track, /untrack, /channel and consolidated all of them into /configure.
Created new endpoint for interactive messages on Slack: /api/response – this listens to any user interaction with our Bot Configuration message above and returns the appropriate response.
Implemented pipelining for certain Upstash requests as per @chronark's suggestion
/list
,/track
,/untrack
,/channel
and consolidated all of them into/configure
./api/response
– this listens to any user interaction with ourBot Configuration
message above and returns the appropriate response.