oh god help

This commit is contained in:
Essem 2022-10-31 12:49:19 -05:00
parent 5281cb1fd7
commit b098499c67
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 25 additions and 19 deletions

View file

@ -31,6 +31,8 @@ export default async (client) => {
activityChanger(client);
ready = true;
process.send("ready");
logger.log("info", "Started esmBot.");
};