wgranados / qbot

chat bot made in Python 3
Other
1 stars 2 forks source link

Refactor user class to contain credits for computational heavy tasks #25

Open wgranados opened 6 years ago

wgranados commented 6 years ago

As it stands right now, someone can spam some computationally heavy tasks like the .latex command, and it will stall the bot. Ideally each user should get some form of credit, and their task should be queued.