mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-06 10:43:02 +05:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
export const data = {
|
|
name: "ready",
|
|
once: true,
|
|
};
|
|
|
|
export async function run(client) {
|
|
console.log(client.user.tag + " is online!");
|
|
}
|