aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix required command optionsNathan Perry2024-08-161-1/+2
|
* fixup unknown command, document commandsNathan Perry2024-08-061-12/+5
|
* first pass convert to poiseNathan Perry2024-08-061-41/+49
|
* db: fixup build, async-awaitNathan Perry2024-05-111-5/+4
|
* clippy fixesNathan Perry2024-05-081-1/+1
|
* fixups: memes workingNathan Perry2024-05-081-2/+1
|
* rework to use songbirdNathan Perry2024-05-081-13/+19
|
* update all depsNathan Perry2024-05-081-45/+29
|
* 'today' commandNathan Perry2020-09-211-1/+4
|
* add help, fix gaemNathan Perry2020-01-281-12/+17
|
* borrowck fixesNathan Perry2019-11-171-1/+1
|
* remove a bunch of unused importsNathan Perry2019-11-171-3/+2
|
* mostly fixedNathan Perry2019-11-171-54/+11
|
* most restructuring doneNathan Perry2019-11-171-143/+87
|
* restricted prefixesNathan Perry2019-07-161-3/+9
|
* write meme `query` commandNathan Perry2019-04-101-0/+5
|
* implement `memers` commandNathan Perry2019-04-091-0/+5
|
* add rarememe commandNathan Perry2019-03-301-0/+6
|
* switch over to pestNathan Perry2019-03-291-5/+0
|
* add silentmeme commandNathan Perry2019-03-091-0/+5
|
* add debug_expr commandNathan Perry2019-03-051-0/+5
|
* improve assoc of rollNathan Perry2019-03-041-0/+1
|
* record meme invocationsNathan Perry2019-03-031-0/+6
|
* add stats commandNathan Perry2019-03-021-6/+5
|
* audiomeme commandNathan Perry2019-02-211-0/+5
|
* 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