UNPKG

sheweny

Version:

The powerful framework for create discord bots

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