Small null fix
This commit is contained in:
@@ -69,9 +69,7 @@ module.exports = {
|
|||||||
.setDescription("The application has been denied by <@" + interaction.user.id + ">.\n" +
|
.setDescription("The application has been denied by <@" + interaction.user.id + ">.\n" +
|
||||||
"**Reason:** `" + reason + "`")
|
"**Reason:** `" + reason + "`")
|
||||||
.setColor(embedColor)
|
.setColor(embedColor)
|
||||||
.setThumbnail({
|
.setThumbnail(guild.iconURL())
|
||||||
url: applicant.avatarURL() ?? guild.iconURL()
|
|
||||||
})
|
|
||||||
.setFooter({
|
.setFooter({
|
||||||
iconURL: guild.iconURL(),
|
iconURL: guild.iconURL(),
|
||||||
text: "ID: " + applicant.id
|
text: "ID: " + applicant.id
|
||||||
|
|||||||
Reference in New Issue
Block a user