module.exports = {
name: 'account',
description: "sends the account link",
execute(client, message, args){
message.channel.send('https://linktr.ee/P2NTHER');
}
}
TypeError: Cannot read properties of undefined (reading 'send')