Skip to content

Commit

Permalink
fix: fix broken /deleteActivityRole all:true buttons
Browse files Browse the repository at this point in the history
Closes: #40
  • Loading branch information
tippfehlr committed Apr 24, 2024
1 parent 648625f commit ae18ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commands/deleteActivityRole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
});
interaction.channel
.createMessageComponentCollector({
componentType: ComponentType.StringSelect,
componentType: ComponentType.Button,
filter: btnInt => interaction.user.id === btnInt.user.id,
max: 1,
time: 1000 * 60,
Expand Down

0 comments on commit ae18ab7

Please sign in to comment.