UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines 242 B
import log from "../logger.js"; export const name = "guildDelete"; export function execute(guild, artibot) { log("Artibot", artibot.localizer._("Removed from server: ") + guild.name, "log", true); } //# sourceMappingURL=guildDelete.js.map