aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add seeking to audio playerFelix Kaaman2020-02-211-1/+4
| | | | | | | Adds a new "!seek" command which takes in a string that will be parsed by humantime in addition to a '+' or '-' character that can be prefixed to determine if it is a relative seek. Without any prefix characters the seek will be absolute.
* Initial multibot draftJokler2020-01-291-0/+2
|
* Revert chat command syntax and add skip alias (#9)Jokler2020-01-161-2/+7
|
* Use structopt for command parsing (#7)Jokler2020-01-151-0/+25