UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 305 B
import { UserContextMenuCommandInteraction } from "discord.js"; import Artibot from "../../index.js"; /** Get some information on a user */ export default function execute(interaction: UserContextMenuCommandInteraction<"cached">, { config, contributors, localizer, createEmbed }: Artibot): Promise<void>;