forked from GitHub/dbot
timer
This commit is contained in:
parent
f664ba5e5f
commit
36aae7cad1
@ -282,7 +282,9 @@ var commands = function(dbot) {
|
|||||||
|
|
||||||
'~die': function(event) {
|
'~die': function(event) {
|
||||||
event.reply('BRB coconut hunting...');
|
event.reply('BRB coconut hunting...');
|
||||||
process.exit(0);
|
setTimeout(3000, function() {
|
||||||
|
process.exit(0);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user