aboutsummaryrefslogtreecommitdiff
path: root/src/commands
Commit message (Collapse)AuthorAgeFilesLines
* volume limit to 400%, default at 200%Nathan Perry2020-09-251-9/+6
|
* reorganize 'today'Nathan Perry2020-09-258-109/+252
|
* 'today' commandNathan Perry2020-09-212-1/+113
|
* move configuration into envconfigNathan Perry2020-06-203-27/+20
|
* fix text meme creationNathan Perry2020-01-281-7/+5
|
* fix error handling for addmemeNathan Perry2020-01-281-8/+9
|
* add help, fix gaemNathan Perry2020-01-282-12/+49
|
* borrowck fixesNathan Perry2019-11-179-70/+76
|
* remove a bunch of unused importsNathan Perry2019-11-177-9/+2
|
* mostly fixedNathan Perry2019-11-179-94/+155
|
* most restructuring doneNathan Perry2019-11-179-262/+242
|
* restricted prefixesNathan Perry2019-07-162-6/+9
|
* fix discord message length issuesNathan Perry2019-04-101-0/+9
|
* write meme `query` commandNathan Perry2019-04-102-0/+87
|
* implement `memers` commandNathan Perry2019-04-092-0/+38
|
* report most popular random meme in statsNathan Perry2019-04-091-0/+2
|
* only random-tts if meme has textNathan Perry2019-04-091-5/+7
|
* add rarememe commandNathan Perry2019-03-303-37/+43
|
* restructure meme moduleNathan Perry2019-03-304-249/+325
|
* improve stats formattingNathan Perry2019-03-291-18/+20
|
* improved stats outputNathan Perry2019-03-291-1/+27
|
* fix importsNathan Perry2019-03-291-1/+8
|
* clean up meme module and allow history size to be adjustedNathan Perry2019-03-292-147/+176
|
* use errors for calc rather than unwrapping everywhereNathan Perry2019-03-291-31/+56
|
* switch over to pestNathan Perry2019-03-293-298/+208
|
* add reaction whenever playing audio and reaction to message failureNathan Perry2019-03-151-9/+14
|
* fix silentmemeNathan Perry2019-03-091-1/+1
|
* add silentmeme commandNathan Perry2019-03-092-10/+28
|
* add debug_expr commandNathan Perry2019-03-052-6/+58
|
* improve parsing of infix operatorsNathan Perry2019-03-051-4/+4
|
* improve logging and user feedback for commandsNathan Perry2019-03-044-20/+91
|
* better logging for failed roll parseNathan Perry2019-03-041-5/+34
|
* improve assoc of rollNathan Perry2019-03-042-38/+78
|
* separate meme and general queuesNathan Perry2019-03-032-11/+13
|
* add abs, ceil, floor, and round to rollNathan Perry2019-03-031-0/+12
|
* use double parserNathan Perry2019-03-031-2/+2
|
* initial rework of rolling frameworkNathan Perry2019-03-031-41/+202
|
* improve error handlingNathan Perry2019-03-031-13/+35
|
* show invocations in statsNathan Perry2019-03-031-1/+17
|
* add "time ago" formattingNathan Perry2019-03-031-2/+22
|
* record meme invocationsNathan Perry2019-03-032-25/+60
|
* add stats commandNathan Perry2019-03-022-8/+20
|
* should_audio only depends on whether users are listeningNathan Perry2019-02-211-1/+1
|
* fix meme command `audio_only` parameterNathan Perry2019-02-211-1/+1
|
* audiomeme commandNathan Perry2019-02-212-6/+24
|
* improve randomizerNathan Perry2019-02-181-23/+5
|
* fix newline problemNathan Perry2019-02-181-11/+8
|
* set audio filesize limitNathan Perry2019-02-181-0/+1
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-181-12/+37
|
* use flate2 to compress audioNathan Perry2019-02-171-9/+20
|