2025-05-18 11:21:59 +07:00

5 lines
123 B
JavaScript

const {client} = require("../index")
client.on("ready", () => {
console.log(`Bot ready as ${client.user.username}`)
})