| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(todo): update todo style | Fuwn | 2021-05-02 | 1 | -1/+2 |
| | | |||||
| * | refactor(cmds): remove unimplemented command: whisper | Fuwn | 2021-05-01 | 1 | -11/+12 |
| | | | | | | When it's time comes, the action command will be implemented, however, at this moment it was serving no purpose. | ||||
| * | feat(cmds): trait based commands | Fuwn | 2021-05-01 | 1 | -10/+29 |
| | | | | | | | | 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. | ||||
| * | refactor(cmds): more orphan module functions to methods within struct | Fuwn | 2021-04-30 | 1 | -0/+46 |
| The rest of the current commands will also receive this refactor... when I have time. | |||||