UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

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