UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines (5 loc) 222 B
import { Guild } from "discord.js"; import Artibot from "../index.js"; export declare const name = "guildCreate"; /** Added to guild event listener */ export declare function execute(guild: Guild, artibot: Artibot): void;