UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 250 B
import { MessageContextMenuCommandInteraction } from "discord.js"; import Artibot from "../.."; /** Add reaction to message */ export default function execute(interaction: MessageContextMenuCommandInteraction, { localizer }: Artibot): Promise<void>;