bump cache to 5 mins

This commit is contained in:
Luke Robles 2023-09-29 13:21:30 -07:00
parent 97b7dfe33c
commit 58a4858f24

View File

@ -22,7 +22,7 @@ for cogfile in cogfiles:
import requests_cache import requests_cache
requests_cache.install_cache(expire_after=180) requests_cache.install_cache(expire_after=300)
@bot.event @bot.event