mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
update setImage documentation (#1177)
This commit is contained in:
parent
cc3e7b26b1
commit
cdb911f2af
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class RichEmbed {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the image of this embed
|
* Set the image of this embed
|
||||||
* @param {string} url The URL of the thumbnail
|
* @param {string} url The URL of the image
|
||||||
* @returns {RichEmbed} This embed
|
* @returns {RichEmbed} This embed
|
||||||
*/
|
*/
|
||||||
setImage(url) {
|
setImage(url) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue