Getting the deleter of a deleted message

Hi, I'm trying to get the deleter of a deleted message using .fetchAuditLogs() and .entries.first(), but sometimes they don't work... If I were to create a message and delete it, it would show me as the deleter. If I then created a message and then someone else deleted it, it would still show me as the deleter. Then, eventually it would switch and then always show the other person as the deleter. (I tried asking in the DiscordJS server but they always say I'm wrong and don't actually help 😔)