maxrumsey
12/20/2017 - 11:33 AM

warnembed.js

const embed = {
  "url": "https://discordapp.com",
  "color": 7930342,
  "timestamp": "2017-12-20T11:09:04.487Z",
  "description": "You have been warned in ${message.guild.name}",
  "footer": {
    "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png",
    "text": "Warn"
  },
  "author": {
    "name": "Warn",
    "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png"
  },
  "fields": [
    {
      "name": "Reason",
      "value": "${reason}"
    },
    {
      "name": "Staff Member",
      "value": "${msg.author.tag}",
      "inline": true
    },
    {
      "name": "Rule Breaker",
      "value": "${}",
      "inline": true
    }
  ]
};
channel.send({ embed });