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

Improve interaction responses #11

Closed EthanThatOneKid closed 10 months ago

EthanThatOneKid commented 10 months ago

All Discord application command errors result in the Discord user seeing an error message, "This interaction failed".

image

Additionally, successful messages are not ephemeral. So, successful messages are shown to everyone even though this may not be desired by our players.

Follows up: https://discord.com/channels/710225099923521558/802314440602943518/1146698548000325662.

karnikaavelumani commented 10 months ago

I can take up this issue!

Just to clarify,

image

These errors written in this file will print it out in the actual console as opposed to discord correct?

EthanThatOneKid commented 10 months ago

These errors written in this file will print it out in the actual console as opposed to discord correct?

Precisely! :godmode: