build: multi-config build and dep update

This commit is contained in:
iCrawl
2023-11-14 01:26:22 +01:00
parent 75fc7f2454
commit 8f432400d8
124 changed files with 566 additions and 252 deletions

View File

@@ -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!' }}
/>
</>