mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +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
|
.. code-block:: js
|
||||||
|
|
||||||
{
|
{
|
||||||
url, // the URL of the image
|
url, // the URL of the video
|
||||||
type : "image",
|
type : "video",
|
||||||
title, // title of the embed/image
|
title, // title of the embed/video
|
||||||
thumbnail : {
|
thumbnail : {
|
||||||
width, // the width of the thumbnail in pixels
|
width, // the width of the thumbnail in pixels
|
||||||
height, // the height of the thumbnail in pixels
|
height, // the height of the thumbnail in pixels
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue