UNPKG

seyfert

Version:

The most advanced framework for discord bots

7 lines (6 loc) 169 B
import type { UsingClient } from '../../commands'; /** */ export declare abstract class Base { constructor(client: UsingClient); readonly client: UsingClient; }