aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/BotCommand.ts
blob: 4f62714f74afa552053e0c9f11ad412b38eed823 (plain)
1
2
3
4
5
6
import { Command } from 'discord-akairo';
import { BotClient } from './BotClient';

export class BotCommand extends Command {
	public client: BotClient;
}