error while handling the command application command registry
Hello. I have encountered a (weird) bug on SlashCommandBuilder.
This one works, no
ExpectedValidationError > s.instance(V)
error.
This one didn't work. It has ExpectedValidationError > s.instance(V)
error.
NOTE: I can use the first one but I like the simplicity of the second one.Solution:Jump to solution
You'll have to report this to discordjs because this is a shapeshift validation error raised in @discordjs/builders. If they direct you back here because it's @sapphire/shapeshift, tell them that it's code in builders and not shapeshift that causes this.
2 Replies
Solution
You'll have to report this to discordjs because this is a shapeshift validation error raised in @discordjs/builders. If they direct you back here because it's @sapphire/shapeshift, tell them that it's code in builders and not shapeshift that causes this.
Alright, thanks!