The Problem
Currently, when I try to use the jsk debug command with an application command, jishaku tells me that the command is not found.
For example, I want to debug a command called /check
I've tried doing jsk debug check and jsk debug /check, both returned the same result: Command "/check" is not found
The Ideal Solution
The ideal solution would be to be able to debug slash commands by doing jsk debug /<command_name>
The Current Solution
I don't think there is any solution right now.
Summary
For jsk debug to support slash commands/application commands
The Problem
Currently, when I try to use the
jsk debugcommand with an application command, jishaku tells me that the command is not found.For example, I want to debug a command called
/checkI've tried doing
jsk debug checkandjsk debug /check, both returned the same result: Command "/check" is not foundThe Ideal Solution
The ideal solution would be to be able to debug slash commands by doing
jsk debug /<command_name>The Current Solution
I don't think there is any solution right now.
Summary
For
jsk debugto support slash commands/application commands