1
0
Fork 0

2 seconds is apparently too fast

akairo
loicbersier 5 years ago
parent 0f65b56dcc
commit c72ad77b6e

@ -71,7 +71,7 @@ class borgarCommand extends Command {
.catch(() => { .catch(() => {
return message.reply('time runned out noob...'); return message.reply('time runned out noob...');
}); });
}, 2000); }, 3000);
}); });
} }
} }

Loading…
Cancel
Save