maxpiorischin/ChadBot

Asynchronous requests inplementation

Closed this issue · 1 comments

Requests as of now is blocking the program for a brief period of time when called, important to switch to an asynchronous module to utilize instead.

Used AIOHTTP to fix the issue. Changed for everything using requests.