Updated modal output embed prefs
This commit is contained in:
@@ -83,9 +83,9 @@ export = {
|
|||||||
"`",
|
"`",
|
||||||
)
|
)
|
||||||
.setColor(embedColor)
|
.setColor(embedColor)
|
||||||
.setThumbnail(guild.iconURL())
|
.setThumbnail(guild.iconURL({ forceStatic: false }) || "")
|
||||||
.setFooter({
|
.setFooter({
|
||||||
iconURL: guild.iconURL()!,
|
iconURL: guild.iconURL({ forceStatic: false }) || undefined,
|
||||||
text: "ID: " + applicantId,
|
text: "ID: " + applicantId,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -70,10 +70,10 @@ export = {
|
|||||||
"`",
|
"`",
|
||||||
color: embedColor,
|
color: embedColor,
|
||||||
thumbnail: {
|
thumbnail: {
|
||||||
url: applicant.avatarURL() || guild!.iconURL()!,
|
url: applicant.avatarURL({ forceStatic: false }) || "",
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: guild!.iconURL()!,
|
icon_url: guild!.iconURL({ forceStatic: false }) || undefined,
|
||||||
text: "ID: " + applicant.id,
|
text: "ID: " + applicant.id,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ export = {
|
|||||||
url: head!,
|
url: head!,
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: interaction.guild!.iconURL()!,
|
icon_url: interaction.guild!.iconURL({ forceStatic: false }) || undefined,
|
||||||
text: interaction.guild!.name + " | " + devMessage,
|
text: interaction.guild!.name + " | " + devMessage,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user