mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
build: multi-config build and dep update
This commit is contained in:
@@ -74,7 +74,10 @@ export const Default = {
|
||||
username: 'Guide Bot',
|
||||
}}
|
||||
footer={{ content: "When one amazing title just wasn't enough." }}
|
||||
thumbnail={{ alt: 'discord.js logo', image: '/assets/discordjs.png' }}
|
||||
thumbnail={{
|
||||
alt: 'discord.js logo',
|
||||
image: '/assets/discordjs.png',
|
||||
}}
|
||||
title={{ title: 'Another amazing title' }}
|
||||
>
|
||||
Multiple embeds!
|
||||
@@ -112,7 +115,10 @@ export const Default = {
|
||||
width: 300,
|
||||
height: 300,
|
||||
}}
|
||||
thumbnail={{ alt: 'discord.js logo', image: '/assets/discordjs.png' }}
|
||||
thumbnail={{
|
||||
alt: 'discord.js logo',
|
||||
image: '/assets/discordjs.png',
|
||||
}}
|
||||
title={{ title: 'Fields are also supported!' }}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user