Ready
All about your Ready Event
module.exports = (client) => {};module.exports = (client) => {
console.log(`✅ ${client.user.username} is now online.`);
};Last updated
All about your Ready Event
module.exports = (client) => {};module.exports = (client) => {
console.log(`✅ ${client.user.username} is now online.`);
};Last updated