fix restart for realsies

This commit is contained in:
murm 2023-03-15 10:47:39 -04:00
parent a350cfbdc6
commit 5f233246e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);