Skip to content

Commit e6dc6aa

Browse files
committed
fix message
1 parent 8e64764 commit e6dc6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/command-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ module.exports = {
579579
return await response.awaitMessageComponent({ filter: collectorFilter, time: 20_000 });
580580
} catch (e) {
581581
await interaction.editReply({
582-
content: 'Player selection not received within 10 seconds - request was canceled.',
582+
content: 'Player selection not received within 20 seconds - request was canceled.',
583583
components: []
584584
});
585585
}

0 commit comments

Comments
 (0)