UNPKG

@nebulaglitch/shopbot

Version:
7 lines (6 loc) 170 B
import { default as Command } from '../command'; declare class Comment extends Command { constructor(name: string); toString(): string; } export default Comment;