UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines (5 loc) 243 B
import { Client } from "discord.js"; import Artibot from "../index.js"; export declare const name = "ready"; /** Register interactions into Discord API */ export declare function execute(client: Client<true>, artibot: Artibot): Promise<void>;