Fix card max age
This commit is contained in:
parent
9eac5546e6
commit
5bcf512322
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class EmbedCache
|
|||
|
||||
public function maxAge(): int
|
||||
{
|
||||
return 1; // 30 days // 2592000
|
||||
return 2592000; // 30 days
|
||||
}
|
||||
|
||||
public function generateCache(): bool
|
||||
|
|
Loading…
Reference in a new issue