module.exports = (client: any, a: any, b: any, characterName: any) => { console.log( `Logged in as ${client.user.tag}!, the character is ${characterName}` ); };