Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const embed = {
  2.   "title": "Arby's Voucher Generator",
  3.   "description": "Delicious free Arby's sandwitches. Who would pass on that offer!?",
  4.   "color": 16777215,
  5.   "timestamp": "2019-01-23T05:56:33.843Z",
  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.     "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png"
  19.   },
  20.   "fields": [
  21.     {
  22.       "name": "Voucher",
  23.       "value": "Check your email for this Arby's sandwitch voucher. It **should** appear in your inbox within 24 hours."
  24.     },
  25.     {
  26.       "name": "🍫",
  27.       "value": "Nutella generator coming soon... but for now your stuck with sandwitches."
  28.     },
  29.     {
  30.       "name": "Email:",
  31.       "value": "{inputted_email}",
  32.       "inline": true
  33.     },
  34.     {
  35.       "name": "Password:",
  36.       "value": "{generated_password}",
  37.       "inline": true
  38.     }
  39.   ]
  40. };
  41. channel.send("@{user}", { embed });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement