Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. embed = discord.Embed(title="adidas Human Race NMD Pharrell Oreo", colour=discord.Colour(0x45ff00), url="https://discordapp.com")
  2.  
  3. embed.set_thumbnail(url="https://stockx.imgix.net/Adidas-Human-Race-NMD-Pharrell-Oreo.png?fit=fill&bg=FFFFFF&w=1400&h=1000&auto=format,compress&trim=color")
  4. embed.set_author(name="StockX Product Information", icon_url="https://cdn.shopify.com/s/files/1/2493/8228/files/DoWmGNbv_400x400_d4604be4-9f90-4387-821f-b8a2fe583900.jpg")
  5. embed.set_footer(text="StockX", icon_url="https://cdn.shopify.com/s/files/1/2493/8228/files/DoWmGNbv_400x400_d4604be4-9f90-4387-821f-b8a2fe583900.jpg")
  6.  
  7. embed.add_field(name="Style:", value="AC7359", inline=True)
  8. embed.add_field(name="Retail Price:", value="$240 USD", inline=True)
  9. embed.add_field(name="Release Date:", value="2017-11-11", inline=True)
  10. embed.add_field(name="Last Sale:", value="$552 (size of last sale)", inline=True)
  11. embed.add_field(name="Lowest Ask:", value="$465 (size of lowest ask here)", inline=True)
  12. embed.add_field(name="Highest Bid:", value="$544 (Size of highest bid here)", inline=True)
  13. embed.add_field(name="Number of Sales:", value="1786", inline=True)
  14. embed.add_field(name="Price Premium:", value="130%", inline=True)
  15. embed.add_field(name="Average Sale Price:", value="$537", inline=True)
  16.  
  17. await bot.say(embed=embed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement