mirror of
https://github.com/danbulant/Shasha
synced 2026-05-25 12:52:00 +00:00
6 lines
No EOL
99 B
JavaScript
6 lines
No EOL
99 B
JavaScript
module.exports = {
|
|
description: "Shutdown the bot",
|
|
run() {
|
|
process.exit();
|
|
}
|
|
} |