UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 291 B
import { UserContextMenuCommandInteraction } from "discord.js"; import Artibot from "../../index.js"; /** Simple way to get the avatar of a user */ export default function execute(interaction: UserContextMenuCommandInteraction<"cached">, { localizer, createEmbed }: Artibot): Promise<void>;