Hello. I encountered a problem when I created audit logs.
I can't insert the nickname of the user who deleted the message. And the content of the deleted post (Not sure if that's even possible).
Code:
``bot.on('messageDelete', message => {
bot.channels.cache.get('1037813899153645721').send('${member.user.tag} Delete the message. Message content: ${message.content}' );
})
``
Help me, Please!