Rename cache directory to wishes

This commit is contained in:
grandeljay 2022-06-09 09:18:12 +02:00
parent 115c6eb385
commit 8643b3ab55

View file

@ -19,7 +19,7 @@ class Embed extends Cache
{ {
parent::__construct($url); parent::__construct($url);
$this->directory .= '/cache'; $this->directory .= '/wishes';
} }
public function get(bool $generateCache = false): \stdClass public function get(bool $generateCache = false): \stdClass