Eslint and formatting

This commit is contained in:
2023-12-31 13:31:08 +01:00
parent 1a985fe43f
commit 719c5623ab
16 changed files with 52 additions and 20 deletions

View File

@@ -279,8 +279,14 @@ async function guildTop(
color: embedColor,
fields: newList,
footer: {
text: interaction.guild!.name + " | " + devMessage + cacheStatusText,
icon_url: interaction.guild!.iconURL({ forceStatic: false })!,
text:
interaction.guild!.name +
" | " +
devMessage +
cacheStatusText,
icon_url: interaction.guild!.iconURL({
forceStatic: false,
})!,
},
},
],