Forgot "this"

This commit is contained in:
Dragon Fire
2020-03-06 17:52:05 -05:00
parent 55baab2125
commit b3d082fef2
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class RestartCommand extends Command {
}
run(msg, { code }) {
client.logger.info('[RESTART] Manually restarted.');
this.client.logger.info('[RESTART] Manually restarted.');
process.exit(code);
return null;
}