Disable restart command if development

This commit is contained in:
Frostbide
2025-01-26 10:10:54 -08:00
parent 10352afaf9
commit 2dab307de0

View File

@@ -7,4 +7,5 @@ module.exports = {
bot.client.destroy();
process.exit(1);
},
disabled: !!process.env.DEVELOPMENT,
};