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

Method handle

src/types/handler.types.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export interface Handler {
4 handle(): Promise<void>;
5}
6
7export type UIOption = ApplicationCommandOptionChoiceData;

Callers 3

handleMethod · 0.65
handleMethod · 0.65
loadFunction · 0.65

Implementers 8

InteractionHandlersrc/handlers/interaction.handler.ts
ButtonHandlersrc/handlers/button.handler.ts
AutocompleteHandlersrc/handlers/autocomplete.handler.ts
CommandHandlersrc/handlers/command.handler.ts
JoinButtonsrc/buttons/buttons/join.button.ts
PullButtonsrc/buttons/buttons/pull.button.ts
LeaveButtonsrc/buttons/buttons/leave.button.ts
MyPositionsButtonsrc/buttons/buttons/my-positions.butto

Calls

no outgoing calls

Tested by

no test coverage detected