Fix standalone mode
This commit is contained in:
parent
ede7b65b6a
commit
3795c85a7d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default async (client) => {
|
||||||
|
|
||||||
ready = true;
|
ready = true;
|
||||||
|
|
||||||
process.send("ready");
|
if (process.env.PM2_USAGE) process.send("ready");
|
||||||
|
|
||||||
logger.log("info", "Started esmBot.");
|
logger.log("info", "Started esmBot.");
|
||||||
};
|
};
|
Loading…
Reference in a new issue