I'm trying to get the message content of the messages sent in my server and the bot only returns a blank character. Does anyone know how to fix this?
Code
client.on('messageCreate', async (message) => {
console.log(message.content)
});
Message
Console print