Currently all the commands are located within a single file. This was working well for when there were only a few of them but as more and more of them get added managing the file gets a little bit unwieldy.
Because all the files inherited from the CommandPlugin class are imported automatically this should be trivial to do and it would improve the readability of the code immensely.
Currently all the commands are located within a single file. This was working well for when there were only a few of them but as more and more of them get added managing the file gets a little bit unwieldy.
Because all the files inherited from the CommandPlugin class are imported automatically this should be trivial to do and it would improve the readability of the code immensely.