Project is not completely asynchronous. Need to use more proper asyncio functionality and replace requests with aiohttp. This does not directly impact users, but if more than one person is using the service, it may be slow/glitchy, and in some cases may not work at all.
I need to put the command handler inside an asynchronous function, and use asyncio.create_task(Command.[command]). I will work on this as soon as we get more twilio funds
Project is not completely asynchronous. Need to use more proper asyncio functionality and replace requests with aiohttp. This does not directly impact users, but if more than one person is using the service, it may be slow/glitchy, and in some cases may not work at all.