UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

7 lines (6 loc) 247 B
import { Client } from "discord.js"; import Artibot from "../index.js"; export declare const name = "ready"; export declare const once = true; /** Send ready message*/ export declare function execute(client: Client<true>, artibot: Artibot): void;