mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 09:12:22 +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
|
||||
* @param {string} url The URL of the thumbnail
|
||||
* @param {string} url The URL of the image
|
||||
* @returns {RichEmbed} This embed
|
||||
*/
|
||||
setImage(url) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue