| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
I did multiple checks and **yes**, everything still works perfectly fine.
|
| | |
|
| |
|
|
|
| |
When it's time comes, the action command will be implemented, however, at this moment it was serving
no purpose.
|
| |
|
|
|
|
|
| |
This commit adds the abiltity to implement a series of given traits for a command, where each
command should implement **at least** one of these traits; Parsable, ParsableWithArguments,
Creatable. These changed are put in place to ensure that when implementing a command, the proper
methods are implemented in the proper format.
|
|
|
The rest of the current commands will also receive this refactor... when I have time.
|