(inter: AnyInteraction)
| 12 | private readonly inter: ButtonInteraction; |
| 13 | |
| 14 | constructor(inter: AnyInteraction) { |
| 15 | this.inter = inter as ButtonInteraction; |
| 16 | } |
| 17 | |
| 18 | async handle() { |
| 19 | await this.inter.deferReply({ ephemeral: true }); |
nothing calls this directly
no outgoing calls
no test coverage detected