1 2 3 4 5 6
import { Command } from 'discord-akairo'; import { BotClient } from './BotClient'; export class BotCommand extends Command { public client: BotClient; }