#embed edit
9 messages · Page 1 of 1 (latest)
i got the embed received but kinda confused on how to edit one specific fieldthere
iirc the embedbuilder has a splicefields method
yeah it does , but doesnt splice totally remove that field from the embed? , or i misundrestood
You would use the spliceFields(index, deleteCount, fields) function to replace a field at index. fields would be what is inserted at index.
EmbedBuilder#spliceFields()
Removes, replaces, or inserts fields in the embed.
yeah thanks for the reply.
played around with it and somehow found how to work with it 😄