Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const embed = {
  2.   "title": "Moe's Voucher Generator",
  3.   "description": "Free burrito from Moe's.",
  4.   "color": 16777215,
  5.   "timestamp": "2019-01-23T05:37:22.053Z",
  6.   "footer": {
  7.     "icon_url": "https://cdn.discordapp.com/attachments/507729466307379209/537513830989955093/image0.jpg",
  8.     "text": "Cook.un"
  9.   },
  10.   "thumbnail": {
  11.     "url": ""
  12.   },
  13.   "image": {
  14.     "url": ""
  15.   },
  16.   "fields": [
  17.     {
  18.       "name": "Voucher",
  19.       "value": "Check your email for this Moe's voucher. It **should** appear in your inbox within 24 hours."
  20.     },
  21.     {
  22.       "name": "🍫",
  23.       "value": "Nutella generator coming soon... but for now your stuck with a nutella burrito from Moe's"
  24.     },
  25.     {
  26.       "name": "Email:",
  27.       "value": "{inputted_email}",
  28.       "inline": true
  29.     },
  30.     {
  31.       "name": "Password:",
  32.       "value": "{generated_password}",
  33.       "inline": true
  34.     }
  35.   ]
  36. };
  37. channel.send({ embed });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement