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