UNPKG

sheweny

Version:

The powerful framework for create discord bots

4 lines (3 loc) 275 B
import type { ShewenyClient } from '../client/Client.js'; import type { CommandInteraction, ContextMenuCommandInteraction } from 'discord.js'; export default function run(client: ShewenyClient, interaction: CommandInteraction | ContextMenuCommandInteraction): Promise<void>;