From 33c869464279fa89dfa0399ee661f580b5315b9c Mon Sep 17 00:00:00 2001 From: ssranked <92183497+gorgulenkozxc@users.noreply.github.com> Date: Sat, 17 Jun 2023 21:27:53 +0200 Subject: [PATCH] Update Message.md --- Document/Message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/Message.md b/Document/Message.md index 55ed2f9..718a945 100644 --- a/Document/Message.md +++ b/Document/Message.md @@ -67,7 +67,7 @@ const Discord = require('discord.js-selfbot-v13'); // Selfhost WebEmbed: https://github.com/aiko-chan-ai/WebEmbed const w = new Discord.WebEmbed({ shorten: true, - hidden: false // if you send this embed with MessagePayload.options.embeds, it must set to false + hidden: false, // if you send this embed with MessagePayload.options.embeds, it must set to false baseURL: '', // if you want self-host API, else skip :v shortenAPI: '', // if you want Custom shortenAPI (Method: Get, response: Text => URL), else skip :v })