Fix card max age

This commit is contained in:
Jay Trees 2022-04-14 12:58:14 +02:00
parent 9eac5546e6
commit 5bcf512322

View file

@ -145,7 +145,7 @@ class EmbedCache
public function maxAge(): int public function maxAge(): int
{ {
return 1; // 30 days // 2592000 return 2592000; // 30 days
} }
public function generateCache(): bool public function generateCache(): bool