adding Fields to an Embed with the message ID of an Embed

I want to add Fields (using addFields) to an embed but I only have the message ID of the embed not the variable. Can someone help me?

i tried this:

messageID.addFields({ name: ‘the top part of te field’, value: ‘the bottom part of the field’ })