forked from engineering/cloudservices
fix memory checking issue
parent
2b8772dbfb
commit
344926c742
|
@ -73,5 +73,5 @@ export default function memory(client: Client) {
|
|||
client.createMessage(channelID, { embed });
|
||||
}
|
||||
}
|
||||
}, 300000);
|
||||
}, 60000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue