Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
export
interface
Handler {
4
handle(): Promise<void>;
5
}
6
7
export
type
UIOption = ApplicationCommandOptionChoiceData;
Callers
3
handle
Method · 0.65
handle
Method · 0.65
load
Function · 0.65
Implementers
8
InteractionHandler
src/handlers/interaction.handler.ts
ButtonHandler
src/handlers/button.handler.ts
AutocompleteHandler
src/handlers/autocomplete.handler.ts
CommandHandler
src/handlers/command.handler.ts
JoinButton
src/buttons/buttons/join.button.ts
PullButton
src/buttons/buttons/pull.button.ts
LeaveButton
src/buttons/buttons/leave.button.ts
MyPositionsButton
src/buttons/buttons/my-positions.butto
Calls
no outgoing calls
Tested by
no test coverage detected