mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Fixed embed docs
This commit is contained in:
parent
a6411d0eea
commit
a99e4a37ce
1 changed files with 3 additions and 3 deletions
|
|
@ -82,9 +82,9 @@ Attributes
|
|||
.. code-block:: js
|
||||
|
||||
{
|
||||
url, // the URL of the image
|
||||
type : "image",
|
||||
title, // title of the embed/image
|
||||
url, // the URL of the video
|
||||
type : "video",
|
||||
title, // title of the embed/video
|
||||
thumbnail : {
|
||||
width, // the width of the thumbnail in pixels
|
||||
height, // the height of the thumbnail in pixels
|
||||
|
|
|
|||
Loading…
Reference in a new issue