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’ })
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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’ })