UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 185 B
import { Guild } from "discord.js"; import Artibot from "../index.js"; export declare const name = "guildDelete"; export declare function execute(guild: Guild, artibot: Artibot): void;