-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed dismiss buttons #1065
fixed dismiss buttons #1065
Conversation
could you brief what was the issue and how are we solving it? thanks |
@ankitsmt211 after the latest jda-upgrade, deleting self message gives "Unkown Webhook" Error, to fix we first need to defer reply to the event |
@Taz03 it seems couple of em i could find
|
blocked by #1062 |
164ed51
to
2ffab3c
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
after the latest jda-upgrade, deleting self message gives "Unkown Webhook" Error, to fix we first need to defer reply to the event
replacing
getMessage().delete()
withdeferEdit().deleteOriginal()
in