Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Backend - Modals repeat #83

Closed
jaredlyon opened this issue Oct 4, 2022 · 6 comments · Fixed by #97
Closed

Backend - Modals repeat #83

jaredlyon opened this issue Oct 4, 2022 · 6 comments · Fixed by #97
Assignees
Labels
backend Data/scripting issue bug Something isn't working

Comments

@jaredlyon
Copy link
Owner

jaredlyon commented Oct 4, 2022

Modals appear to repeat their .send functions

No idea why this is:
Screen Shot 2022-10-04 at 4 29 53 PM

@jaredlyon jaredlyon self-assigned this Oct 4, 2022
@jaredlyon jaredlyon added bug Something isn't working backend Data/scripting issue labels Oct 4, 2022
@jaredlyon
Copy link
Owner Author

Screen Shot 2022-10-04 at 6 25 31 PM

@jaredlyon
Copy link
Owner Author

The problem is that users can 'cancel' out of the modal, which leaves a residual instance that gets sent alongside the real one when they do submit.

@jaredlyon
Copy link
Owner Author

Fixed in 1f85443.

@jaredlyon
Copy link
Owner Author

The issue has been fixed but has broken a few things down the line:
Screen Shot 2022-10-19 at 4 32 40 PM

The main issue is that the subsequent accept and reject buttons that are attached to the appeal do not send their confirmation messages back into the moderator channel, but the result is still DMed to the user.

@jaredlyon
Copy link
Owner Author

The 'undefined' issue also persists:
Screen Shot 2022-10-26 at 4 01 28 PM

See #93

jaredlyon added a commit that referenced this issue Nov 18, 2022
@jaredlyon
Copy link
Owner Author

Fixed in 2c1df27.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend Data/scripting issue bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant