MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / constructor

Method constructor

src/handlers/button.handler.ts:14–16  ·  view source on GitHub ↗
(inter: AnyInteraction)

Source from the content-addressed store, hash-verified

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 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected