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
5735582435
commit
909ef7d0a7
@ -60,7 +60,7 @@ module.exports.add = (message) => {
|
||||
|
||||
// if (!data.entities.users[message.author.id])
|
||||
data.entities.users[message.author.id] = {
|
||||
avatar: message.author.avatarURL(),
|
||||
avatar: message.author.displayAvatarURL(),
|
||||
username: message.author.username,
|
||||
discriminator: message.author.discriminator,
|
||||
displayName: message.member.displayName,
|
||||
|
Loading…
Reference in New Issue
Block a user