Disable restart command if development
This commit is contained in:
@@ -7,4 +7,5 @@ module.exports = {
|
||||
bot.client.destroy();
|
||||
process.exit(1);
|
||||
},
|
||||
disabled: !!process.env.DEVELOPMENT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user