Disable requests cache

This commit is contained in:
Luke Robles 2024-01-29 12:07:30 -08:00
parent 5cc67184ef
commit 3ddb587642

View File

@ -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