Basic_command_handler-Disco.../events/ready.js

5 lines
140 B
JavaScript

const client = require("../index");
client.on("ready", () =>
console.log(`${client.user.tag} has been successfully deployed!! 🚀`)
);