c-ai / events /ready.ts
Mahfujul's picture
Upload 8 files
5cc8a85 verified
raw
history blame contribute delete
169 Bytes
module.exports = (client: any, a: any, b: any, characterName: any) => {
console.log(
`Logged in as ${client.user.tag}!, the character is ${characterName}`
);
};