wgranados / qbot

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

finish async rewrite for calculator command #29

Open wgranados opened 5 years ago

wgranados commented 5 years ago

I had some work complete for the pokemon showdown rewrite for async, still need to complete the async rewrite for the calculator command. There are examples of how this should be done in the LaTeX command file, essentially need to use async library for making subprocess calls.