I wanna do this:
Defer > Do something > edit original callback to a message
However, it only defers, doesn't edit later, no error somehow...
I already tried awaiting stuff and checking the docs again.
Code:
Note, that I wrote my own kind of "wrapper". However, it is very simple.
- Where I try to edit the original callback: https://github.com/The-LukeZ/discord-vote-handler/blob/master/src/commands.ts#L29
- Where the stuff actually happens: https://github.com/The-LukeZ/discord-vote-handler/blob/master/src/discord/ChatInputInteraction.ts#L139
is it, because I don't return a response directly? I'm using CF Workers and I can't send a response and continue afterwards.





