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

Class

src/types/command.types.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8abstract class CommandBase implements Command {
9 readonly adminOnly: boolean;
10
11 abstract data: SlashCommandOptionsOnlyBuilder | SlashCommandSubcommandsOnlyBuilder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected