UNPKG

sheweny

Version:

The powerful framework for create discord bots

5 lines (4 loc) 184 B
import type { ShewenyClient } from '../client/Client.js'; export declare class ShewenyWarning { constructor(client: ShewenyClient, name: string, ...args: Array<string | Error>); }