diff --git a/src/structures/RichEmbed.js b/src/structures/RichEmbed.js index 1592799dd..bc2e95cb9 100644 --- a/src/structures/RichEmbed.js +++ b/src/structures/RichEmbed.js @@ -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) {