UNPKG

gbfcommands

Version:
6 lines (5 loc) 184 B
import { SlashCommand } from "../Command Handlers/Slash Handler"; import { GBF } from "../GBF"; export declare class PingCommand extends SlashCommand { constructor(client: GBF); }