Accessing data in subcommands
I was wondering if there any way of accessing all the data passed in the subcommand without having more than one function for it?
8 Replies
what do you mean by data?
sorry im slow
I have a bigger problem I can't pass command as an option inside of subcommand
You're not properly creating the command
((command) => command.setName(...).setDescription(...))
I screwed up the types
I had a feeling
and I also messed up the order
it seems so
so did u fix your original problem
yah