UNPKG

sheweny

Version:

The powerful framework for create discord bots

10 lines (9 loc) 249 B
import type { ShewenyClient } from '../client/Client.js'; /** * Information class for Sheweny. */ export declare class ShewenyInformation { client: ShewenyClient; message: string; constructor(client: ShewenyClient, message: string); }