diff --git a/app/bot.py b/app/bot.py index 0827f705..330e3fa0 100755 --- a/app/bot.py +++ b/app/bot.py @@ -19,9 +19,8 @@ cogfiles = [ for cogfile in cogfiles: bot.load_extension(cogfile) -import requests_cache - -requests_cache.install_cache(expire_after=300) +# import requests_cache +# requests_cache.install_cache(expire_after=300) @bot.event