From 91a717b6353848a8b27728206e7dbd0ab96eaa21 Mon Sep 17 00:00:00 2001 From: John Marlo Date: Fri, 1 Apr 2022 16:42:03 +0800 Subject: [PATCH] Update WebEmbed.js --- src/structures/WebEmbed.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/structures/WebEmbed.js b/src/structures/WebEmbed.js index 4028817..23558f3 100644 --- a/src/structures/WebEmbed.js +++ b/src/structures/WebEmbed.js @@ -246,11 +246,9 @@ class WebEmbed { /** * Return Message Content + Embed (if hidden, pls check content length because it has 1000+ length) - * @param {boolean} hidden Hidden Embed link - * @param {boolean} shorten Shorten link ? * @returns {string} Message Content */ - async toMessage(hidden = false, shorten = true) { + async toMessage() { const arrayQuery = []; if (this.title) { arrayQuery.push(`title=${this.title}`);