nyx/events/ready.js
2023-10-31 01:39:28 +00:00

4 lines
117 B
JavaScript

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