mirror of
https://github.com/ApfelTeeSaft/LawinServerV2.git
synced 2026-08-26 19:23:39 +00:00
Update details.js
This commit is contained in:
@@ -16,7 +16,6 @@ module.exports = {
|
||||
.setColor("#56ff00")
|
||||
.setAuthor({ name: interaction.user.tag, iconURL: interaction.user.avatarURL() })
|
||||
.setFields(
|
||||
{ name: "Discord", value: `<@${user.discordId}>` },
|
||||
{ name: "Created", value: `${new Date(user.created)}`.substring(0, 15) },
|
||||
{ name: "Banned?", value: `${user.banned}` },
|
||||
{ name: "Account ID", value: user.accountId },
|
||||
@@ -27,4 +26,4 @@ module.exports = {
|
||||
|
||||
interaction.editReply({ embeds: [embed], ephemeral: true });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user