Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const embed = {
  2.   "title": "TGI Friday's Voucher Generator",
  3.   "description": "Free appetizer or dessert from TGI Friday'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.   "author": {
  17.     "name": "author name",
  18.     "url": "https://discordapp.com",
  19.     "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png"
  20.   },
  21.   "fields": [
  22.     {
  23.       "name": "Voucher",
  24.       "value": "Check your email for this TGI Friday's voucher. It **should** appear in your inbox within 24 hours."
  25.     },
  26.     {
  27.       "name": "🍫",
  28.       "value": "Nutella generator coming soon... but for now your stuck with nutella cake from TGI Friday's."
  29.     },
  30.     {
  31.       "name": "Email:",
  32.       "value": "{inputted_email}",
  33.       "inline": true
  34.     },
  35.     {
  36.       "name": "Password:",
  37.       "value": "{generated_password}",
  38.       "inline": true
  39.     }
  40.   ]
  41. };
  42. channel.send("@{user}", { embed });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement