JaBa/newEvents/ready.js

9 lines
140 B
JavaScript
Raw Normal View History

export const data = {
name: "ready",
once: true,
};
2024-12-06 21:22:38 +05:00
export async function run(client) {
console.log(client.user.tag + " is online!");
}