AardWolf / aardcogs

Cogs for Discord-Red
MIT License
4 stars 4 forks source link

DDP Spreadsheet to use Queueing system #173

Open AardWolf opened 4 years ago

AardWolf commented 4 years ago

ddp, unddp, ifound, unfind would all leave entries in the queue. A time-based trigger would process the queue.

ddpstats may process the queue before returning stats.

Anything that adds to the queue would pull out queued messages and the bot would spit these out (think ddp'd, unddp'd, found, unfound items - with a stats line for each person involved).

This is an alternative to a separate local database.

AardWolf commented 4 years ago

This or #152 -- Although the local database could become the thing later. Especially if reporting options are explored.