fix memory checking issue

merge-requests/4/head
Matthew 2020-03-29 05:23:11 -04:00
parent 2b8772dbfb
commit 344926c742
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -73,5 +73,5 @@ export default function memory(client: Client) {
client.createMessage(channelID, { embed }); client.createMessage(channelID, { embed });
} }
} }
}, 300000); }, 60000);
} }