fix restart for realsies
This commit is contained in:
parent
a350cfbdc6
commit
5f233246e9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class RestartCommand extends Command {
|
||||||
body: "mrmBot is restarting",
|
body: "mrmBot is restarting",
|
||||||
msgtype: "m.text",
|
msgtype: "m.text",
|
||||||
};
|
};
|
||||||
matrixClient.sendEvent(this.channel, "m.room.message", content, "", (err, res) => {
|
this.client.sendEvent(this.channel, "m.room.message", content, "", (err, res) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
});
|
});
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Reference in a new issue