kevinjycui / Practice-Bot

The all-purpose competitive programming Discord bot! Discord to online judge integration. AtCoder/CodeChef/Codeforces/CSES/DMOJ/Leetcode/Szkopuł/TopCoder/WCIPEG
https://discord.com/api/oauth2/authorize?client_id=691416325557452861&permissions=402779152&scope=bot
GNU General Public License v3.0
50 stars 13 forks source link

stop using requests library #24

Closed fadedmax closed 3 years ago

fadedmax commented 3 years ago

requests is not async, and thous slows down the bot, you should use aiohttp instead.

kevinjycui commented 3 years ago

Thanks for the advice!