uf-mil / discord-bot

🤖 Bot used to manage chaos in the MIL Discord Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite GitHub functionality to be async

cbrxyz opened this issue · comments

Currently, the GitHub functionality is implemented in a synchronous manner, which stops the bot from responding to other async events during the time it is fetching commits/PRs/etc.

The async implementation could make use of an existing async GitHub library, or the requests could just be made with aiohttp!