Updated all embed footers to new format

This commit is contained in:
2023-11-30 12:44:12 +01:00
parent 010aa2964d
commit c298eb5f45
21 changed files with 69 additions and 65 deletions

View File

@@ -56,6 +56,11 @@ module.exports = {
"**Reason:** `" + reason + "`\n" +
"**Moderator:** " + userMention(mod.id),
color: embedColor,
footer: {
text: "User ID: " + user.id,
icon_url: user.displayAvatarURL( { dynamic: true })
},
timestamp: new Date()
}]
})
}