2 seconds is apparently too fast

This commit is contained in:
loicbersier 2019-07-11 23:17:58 +02:00
parent 0f65b56dcc
commit c72ad77b6e

View file

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