command failing, no errors
this is the code for my command, and for some odd reason it just fails without giving me an errors
8 Replies
You need to use the subcommand plugin to be able to use the
subcommands
option.oh
do i just require("@sapphire/plugin-subcommands");
im not sure how to add it
my setup.js has this tho
Right now the command is using the
Command
from the frameworkSolution
Change that to Subcommand from the plugin
thx it works
damn the docs even say that