blob: a607bf7128027a440be76a9788054a463284a426 (
plain)
1
2
3
4
5
6
|
import { type BushClient } from '#lib';
import { InhibitorHandler } from 'discord-akairo';
export class BushInhibitorHandler extends InhibitorHandler {
public declare client: BushClient;
}
|