Skip to content

Commit

Permalink
Lowered collector time
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebeBaree committed Apr 23, 2024
1 parent 5a9b75e commit 5913829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/bot/src/commands/business/factory/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ export default {

const collector = message.createMessageComponentCollector({
filter: async (i) => filter(interaction, i),
max: 15,
idle: 25_000,
time: 120_000,
max: 12,
idle: 20_000,
time: 90_000,
componentType: ComponentType.Button,
});

Expand Down

0 comments on commit 5913829

Please sign in to comment.