Update DOCUMENT.md

This commit is contained in:
March 7th 2022-04-01 12:40:10 +07:00 committed by GitHub
parent 146c1d6fcf
commit 44db21c06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ const w = new Discord.WebEmbed()
.setDescription('description uh') .setDescription('description uh')
.setProvider({ name: 'provider', url: 'https://google.com' }) .setProvider({ name: 'provider', url: 'https://google.com' })
.setTitle('This is Title') .setTitle('This is Title')
.setURL('https://google.com') .setURL('https://google.com')
.setImage( .setImage(
'https://cdn.discordapp.com/attachments/820557032016969751/959093026695835648/unknown.png', 'https://cdn.discordapp.com/attachments/820557032016969751/959093026695835648/unknown.png',
) )