artibot
Version:
Modern, fast and modular open-source Discord bot
9 lines • 349 B
JavaScript
import log from "../logger.js";
export const name = "ready";
export const once = true;
/** Send ready message*/
export function execute(client, artibot) {
const { localizer } = artibot;
log("Artibot", localizer.__("Ready! Connected as [[0]].", { placeholders: [client.user.tag] }), "info", true);
}
//# sourceMappingURL=onReadyMessage.js.map