UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

9 lines 339 B
export const name = "ready"; export const once = true; /** Send pterodactyl started trigger */ export function execute(client, { config: { pterodactylReadyMessage } }) { if ("P_SERVER_UUID" in process.env && process.env.P_SERVER_UUID) { console.log(pterodactylReadyMessage); } } //# sourceMappingURL=pterodactylStart.js.map