python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Defer callback response for AoC selects #68

Closed ChrisLovering closed 1 year ago

ChrisLovering commented 1 year ago

Discord's API now expects the interaction to be responded to, or else it will report the interaction failed. Since we an in fact defering actual feedback to the user until they press 'fetch' deferring the interaction is the correct thing to do here.