aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44 from Mavulp/relative-volumeJokler2020-03-151-2/+70
|\ | | | | Add a way of making relative volume changes
| * Add a way of making relative volume changesJokler2020-03-141-2/+70
| | | | | | | | | | Additionally this moves seeking into the command parsing for consistency.
* | Add search command to the music botJokler2020-03-061-0/+2
|/
* 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