diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-07-12 19:31:52 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-07-12 19:31:52 +0000 |
commit | 058a82a5a367d38d6c9415c6b66f034476c337c9 (patch) | |
tree | a41201970459d04f04f7711d8680708c83e633f2 /cogs/utils.py | |
parent | 36b282ef5b74370e2faab7e357e742c8167caa88 (diff) | |
download | steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar.gz steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar.bz2 steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar.lz steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar.xz steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.tar.zst steve-bot-058a82a5a367d38d6c9415c6b66f034476c337c9.zip |
Started switch from requests to aiohttp
Diffstat (limited to '')
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 752a7b7..da18fb3 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -1,9 +1,7 @@ from discord.ext import commands from discord.ext import tasks import discord -import requests import json -import asyncio import datetime # forgot to import this and ended up looking mentally unstable # troll literally pointed out atleast 4 things I did wrong in 3 lines of code |