Fixed formatting on button files

This commit is contained in:
2024-01-20 20:43:12 +01:00
parent 631581574c
commit 5ce69eced3
10 changed files with 802 additions and 1162 deletions

View File

@@ -37,20 +37,18 @@ export = {
}
await message.edit({
embeds: [
{
title: embed.title!,
description: embed.description!,
color: embed.color!,
footer: {
text: "Last updated by " + user.username,
icon_url: user.avatarURL() || undefined
},
thumbnail: embed.thumbnail!,
fields: fields,
timestamp: new Date().toISOString()
}
]
embeds: [{
title: embed.title!,
description: embed.description!,
color: embed.color!,
footer: {
text: "Last updated by " + user.username,
icon_url: user.avatarURL() || undefined
},
thumbnail: embed.thumbnail!,
fields: fields,
timestamp: new Date().toISOString()
}]
})
await interaction.editReply("Updated the waiting list")