Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ SlashCommandBuilder } from
"discord.js"
;
2
3
export
interface
Command {
4
permissions?: string[];
5
cooldown?: number;
6
data: SlashCommandBuilder;
7
execute(...args: any): any;
8
}
Callers
8
execute
Function · 0.80
execute
Function · 0.80
onInteractionCreate
Method · 0.80
handleSkip
Method · 0.80
handlePlayPause
Method · 0.80
handleLoop
Method · 0.80
handleShuffle
Method · 0.80
handleStop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected