acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
2 stars 0 forks source link

Fix error messages on discord interaction responses #16

Closed karnikaavelumani closed 10 months ago

karnikaavelumani commented 10 months ago

Create withErrorResponse function which wraps around the Discord app handler to catch any errors and return a response using the error message.

Ex.)

image

Resolves #11.