aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* support audio memesNathan Perry2019-02-171-0/+5
|
* clean up project structureNathan Perry2019-02-161-6/+5
| | | | | - Move audio-related code into its own top-level module, separating out playback commands into their own file in `commands`. - Rename `sound` commands module to `sound_levels`.
* fix last of import inconsistenciesNathan Perry2019-01-241-11/+2
|
* improve imports further and fix compile warningsNathan Perry2019-01-241-8/+7
|
* improve importsNathan Perry2019-01-241-6/+14
|
* update for 2018 editionNathan Perry2018-08-131-1/+1
|
* add a roll command, relax semver requirements on dependenciesNathan Perry2018-06-011-0/+5
|
* various command improvementsNathan Perry2018-06-011-1/+9
| | | | | - support last_meme (report details about last meme played back) - update filter priority for meme search (check title match first)
* add reactions, change add/recall meme structureNathan Perry2018-04-301-0/+16
|
* update volume command0.1.2Nathan Perry2018-04-301-2/+2
|
* maybe as far as we're going to go with clapNathan Perry2018-04-301-73/+64
|
* database-based memeing workingNathan Perry2018-04-071-9/+9
|
* start to integrate db support with commandsNathan Perry2018-04-051-27/+35
|
* restructure modulesNathan Perry2018-04-041-0/+95