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