Discord JS v13 Get Status of Specific User

For the bot I’m writing I am trying to get the current status of the user that started an Interaction. This is my code, which seems perfectly fine according to the discord.js docs.

console.log(interaction.member.presence)

When running this, it outputs null.

enter image description here

Why is this happening? I’ve seen some people use fetching but I can’t seem to implement that into my app.