Context Command function not called, but Discord says bot is unresponsive

Hello! Apologies if I file this in the wrong location, but I'm quite unsure about what's broken within the code. But first, the code https://pastebin.com/QP7165k0. As the image shows, it aint responding, but other, regular slash commands work. I might be tripping, or skill issue but I am now stumped. Can u (reader) help pls, tysm
No description
Solution:
Preconditions does not work on context commands and will break without sending an error. Make sure to not use a precondition on context commands
Jump to solution
3 Replies
beetle
beetle3w ago
are you getting any errors in your console?
torten
tortenOP4d ago
I found a solution on this.
Solution
torten
torten4d ago
Preconditions does not work on context commands and will break without sending an error. Make sure to not use a precondition on context commands

Did you find this page helpful?