We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e64764 commit e6dc6aaCopy full SHA for e6dc6aa
modules/command-util.js
@@ -579,7 +579,7 @@ module.exports = {
579
return await response.awaitMessageComponent({ filter: collectorFilter, time: 20_000 });
580
} catch (e) {
581
await interaction.editReply({
582
- content: 'Player selection not received within 10 seconds - request was canceled.',
+ content: 'Player selection not received within 20 seconds - request was canceled.',
583
components: []
584
});
585
}
0 commit comments