mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Forgot "this"
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class RestartCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run(msg, { code }) {
|
run(msg, { code }) {
|
||||||
client.logger.info('[RESTART] Manually restarted.');
|
this.client.logger.info('[RESTART] Manually restarted.');
|
||||||
process.exit(code);
|
process.exit(code);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user