diff --git a/commands/util/restart.js b/commands/util/restart.js index f91538e1..3e90c8b5 100644 --- a/commands/util/restart.js +++ b/commands/util/restart.js @@ -23,6 +23,7 @@ module.exports = class RestartCommand extends Command { } run(msg, { code }) { + client.logger.info('[RESTART] Manually restarted.'); process.exit(code); return null; }