Spaces:
Runtime error
Runtime error
File size: 169 Bytes
ec83114 |
1 2 3 4 5 6 |
module.exports = (client: any, a: any, b: any, characterName: any) => {
console.log(
`Logged in as ${client.user.tag}!, the character is ${characterName}`
);
};
|