UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 223 B
import { Message } from "discord.js"; import Artibot from "../../index.js"; /** Ping command */ export default function execute(message: Message, args: string[], { config, createEmbed, localizer }: Artibot): Promise<void>;