mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
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