aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* most restructuring doneNathan Perry2019-11-1717-1319/+1727
|
* time-based prefix restrictionsNathan Perry2019-07-201-11/+33
|
* restricted prefixesNathan Perry2019-07-166-24/+80
|
* fix discord message length issuesNathan Perry2019-04-101-0/+9
|
* write meme `query` commandNathan Perry2019-04-105-5/+137
|
* implement `memers` commandNathan Perry2019-04-093-0/+109
|
* report most popular random meme in statsNathan Perry2019-04-092-0/+22
|
* only random-tts if meme has textNathan Perry2019-04-091-5/+7
|
* further clean up rare meme queryNathan Perry2019-03-301-12/+17
|
* improve rarememe query structure to use CTEsNathan Perry2019-03-301-24/+26
| | | | also corrected audio behavior
* fix rarememe query to count memes that have not been invoked at allNathan Perry2019-03-301-7/+7
|
* add rarememe commandNathan Perry2019-03-304-39/+101
|
* restructure meme moduleNathan Perry2019-03-304-249/+325
|
* improve stats formattingNathan Perry2019-03-291-18/+20
|
* improved stats outputNathan Perry2019-03-295-6/+317
|
* remove unused spreadsheet functionNathan Perry2019-03-291-14/+0
|
* 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-296-311/+333
|
* add reaction whenever playing audio and reaction to message failureNathan Perry2019-03-152-9/+18
|
* correct to non-owned gamesNathan Perry2019-03-101-1/+1
|
* include non-installed games in updategaem outputNathan Perry2019-03-101-3/+3
|
* fix gamestatus parsing bugNathan Perry2019-03-101-1/+1
|
* improve user id parsingNathan Perry2019-03-101-4/+34
|
* updategaem: fix bug re: whose steam account is usedNathan Perry2019-03-101-5/+3
| | | | | updategaem: open command to everyone updategaem: improve messages
* finish up updategaem for nowNathan Perry2019-03-101-7/+24
|
* updategaem commandNathan Perry2019-03-101-71/+275
|
* fix silentmemeNathan Perry2019-03-091-1/+1
|
* add silentmeme commandNathan Perry2019-03-093-10/+49
|
* handle empty caseNathan Perry2019-03-081-1/+5
|
* fix parsing because serenity's Args is badNathan Perry2019-03-081-1/+5
|
* allow growing spreadsheet through env varNathan Perry2019-03-081-1/+2
|
* gaem: sort output by lowercaseNathan Perry2019-03-081-1/+3
|
* add ownedgaem commandNathan Perry2019-03-081-20/+56
|
* slight usability improvementsNathan Perry2019-03-081-3/+4
|
* remove old oauth model and schema blockNathan Perry2019-03-082-54/+0
|
* support parsing users for gaem commandNathan Perry2019-03-081-15/+54
|
* working versionNathan Perry2019-03-086-319/+96
|
* first pass with oauthNathan Perry2019-03-089-3/+499
|
* 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-043-38/+79
|
* separate meme and general queuesNathan Perry2019-03-033-15/+24
|
* 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-034-41/+242
|
* improve error handlingNathan Perry2019-03-032-14/+40
|