UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 197 B
import { Message } from "discord.js"; import Artibot from "../index.js"; /** Send the message when mentionned */ export default function execute(message: Message, artibot: Artibot): Promise<void>;