MCPcopy
hub / github.com/eritislami/evobot / Command

Interface Command

interfaces/Command.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { SlashCommandBuilder } from "discord.js";
2
3export interface Command {
4 permissions?: string[];
5 cooldown?: number;
6 data: SlashCommandBuilder;
7 execute(...args: any): any;
8}

Callers 8

executeFunction · 0.80
executeFunction · 0.80
onInteractionCreateMethod · 0.80
handleSkipMethod · 0.80
handlePlayPauseMethod · 0.80
handleLoopMethod · 0.80
handleShuffleMethod · 0.80
handleStopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected