nyx/events/ready.js
2022-10-26 10:38:28 +00:00

4 lines
113 B
JavaScript

const client = require("..");
client.on("ready", async () => {
console.log(`${client.user.username}`);
});