mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Update archive.js
This commit is contained in:
parent
8c4befad7b
commit
22bfbf201a
@ -65,7 +65,7 @@ module.exports.add = (message) => {
|
||||
username: message.author.username,
|
||||
discriminator: message.author.discriminator,
|
||||
displayName: message.member.displayName,
|
||||
color: message.member.displayColor,
|
||||
color: m.displayColor === 0 ? null : m.displayColor,
|
||||
badge: message.author.bot ? 'bot' : null
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user