From cdb911f2af9171ff9005234b1d01b8de1d5c89ab Mon Sep 17 00:00:00 2001 From: Will Nelson Date: Wed, 8 Feb 2017 09:18:10 -0800 Subject: [PATCH] update setImage documentation (#1177) --- src/structures/RichEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {