Unknown message/webhook/interaction null
All of sudden, I started getting this error message from REST, I haven't changed anything in the code, neither in configuration.
Source code of the class it occurs in is here:
11 Replies
short stacktrace is on lines
23
-31
you have no timestamps in your log
please configure your logger
I can't tell what the time scaling is
min:s.ms
hmm, ID seems to match
interaction.updateEphemeralMessage {}
was causing it
although, it worked for a long time beforethat only works on the first message of the chain afaik
so follow-ups can't be edited
at least that's what I recall
if I read the KDoc as I did for everything else...
This is not available for ModalSubmitInteractions that do not contain a message.
ah yep, that'd do it
Solution
deferEphemeralMessageUpdate
still works thoughthat makes sense, you could follow-up to that