The code after the call to modals.get(modalId); is not executed. #2754
Unanswered
digsen02
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In io.github.digsen02.bot.commands.factory.modal.ModalCommandGetModalIdTest.getModalId, the System.out.println() statements execute normally up until the call to modals.get(modalId);.
However, after this call, the code halts, and the following lines are not executed.
https://github.com/digsen02/Discord_Bot_Test_1
No error messages or exceptions are printed, making it difficult to trace the exact issue.
Beta Was this translation helpful? Give feedback.
All reactions