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