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