shayaantx / botdarr

Slack/Discord/Telegram/Matrix bot for accessing radarr, sonarr, and lidarr
GNU General Public License v3.0
151 stars 13 forks source link

Fix discord interaction failures #100

Closed shayaantx closed 1 year ago

shayaantx commented 1 year ago

Modify arr* apis when a specific item trying to be added is not found to return AddItem responses (so the in discords case the add button is also returned)

Fix threadlocal issue where username (and other cached thread local items) were sometimes null

Fix bug where we were not reply using the actual button interaction event, so the discord client reported "This interaction failed"