Updated subcommands embed prefs

This commit is contained in:
2024-01-07 17:18:31 +01:00
parent 199e5e6955
commit 584ef8cc80
7 changed files with 10 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ export default async function setup(interaction: ChatInputCommandInteraction): P
description: "Counting channel has been set to " + channelMention(channel.id),
color: embedColor,
footer: {
icon_url: interaction.guild!.iconURL({ forceStatic: false })!,
icon_url: interaction.guild!.iconURL({ forceStatic: false }) || undefined,
text: interaction.guild!.name + " | " + devMessage
}
}]