forked from Galactic/modmail
forgot to ensure dir exists
This commit is contained in:
parent
0acb27135f
commit
d0dd677294
@ -532,6 +532,7 @@ class Modmail {
|
|||||||
const toSave = [...this.updatedThreads];
|
const toSave = [...this.updatedThreads];
|
||||||
this.updatedThreads = [];
|
this.updatedThreads = [];
|
||||||
this.client.logger.debug(`Saving modmail data`);
|
this.client.logger.debug(`Saving modmail data`);
|
||||||
|
if (!fs.existsSync('./modmail_cache')) fs.mkdirSync('./modmail_cache');
|
||||||
|
|
||||||
for (const id of toSave) {
|
for (const id of toSave) {
|
||||||
const path = `./modmail_cache/${id}.json`;
|
const path = `./modmail_cache/${id}.json`;
|
||||||
|
Loading…
Reference in New Issue
Block a user