Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord.js rich embed

message.channel.send({
  "embed": {
    "color": 12943398,
    "fields": [
      {
        "name": "Information",
        "value": "Embeds work for both text, and emoji. You can use variables too"
      }
    ]
  }
})

//If you want to make your own rich embed, I would recommend the website listed below next to source
Source by leovoel.github.io #
 
PREVIOUS NEXT
Tagged: #rich #embed
ADD COMMENT
Topic
Name
8+5 =