Update Message.md

This commit is contained in:
ssranked 2023-06-17 21:27:53 +02:00 committed by GitHub
parent 0abc2f23e2
commit 33c8694642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ const Discord = require('discord.js-selfbot-v13');
// Selfhost WebEmbed: https://github.com/aiko-chan-ai/WebEmbed // Selfhost WebEmbed: https://github.com/aiko-chan-ai/WebEmbed
const w = new Discord.WebEmbed({ const w = new Discord.WebEmbed({
shorten: true, 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 baseURL: '', // if you want self-host API, else skip :v
shortenAPI: '', // if you want Custom shortenAPI (Method: Get, response: Text => URL), else skip :v shortenAPI: '', // if you want Custom shortenAPI (Method: Get, response: Text => URL), else skip :v
}) })