Multiple command exports from a single file.
Is it possible to export multiple Command classes and they'll be recognised as seperate commands?, i.e:- i have a file where i have 2 classes each extending to the Command class or the Subcommand class from the sapphire plugin. And they'll also get stored in the command store
4 Replies
no, make it separate files.
ok
Are you sure? I know I often have files that export multiple listeners and they all function
pretty sure yes... last time I checked it wasnt