Disable requests cache

This commit is contained in:
Luke Robles 2024-01-29 12:07:30 -08:00
parent 3b08239da3
commit c1b11bbe62

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