(buttonInteraction: Interaction)
| 40 | const queueEmbed = await interaction.fetchReply(); |
| 41 | |
| 42 | const filter = (buttonInteraction: Interaction) => |
| 43 | buttonInteraction.isButton() && buttonInteraction.user.id === interaction.user.id; |
| 44 | |
| 45 | const collector = queueEmbed.createMessageComponentCollector({ filter, time: 60000 }); |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected