Shasha/resources/tCmds/exit.js

6 lines
No EOL
99 B
JavaScript

module.exports = {
description: "Shutdown the bot",
run() {
process.exit();
}
}