UNPKG
cruach
Version:
latest (1.0.2)
1.0.2
1.0.1-promotion
1.0.0
1.0.0-reMake
Command Handler Modüle For Discord Bots
cruach
/
gereksiz
/
restart.js
4 lines
•
74 B
JavaScript
View Raw
1
2
3
4
function
resetBot
()
{ process.
exit
(
1
); }
module
.exports = resetBot;