UNPKG

sheweny

Version:

The powerful framework for create discord bots

4 lines (3 loc) 186 B
import type { ShewenyClient } from '../client/Client.js'; import type { Message } from 'discord.js'; export default function run(client: ShewenyClient, message: Message): Promise<void>;