mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-09 14:23:08 +02:00
Store avatar hash instead of url
This commit is contained in:
parent
87aaa99125
commit
ceffcecb9a
@ -144,7 +144,7 @@ module.exports = class TicketArchives {
|
||||
});
|
||||
|
||||
await u_row.update({
|
||||
avatar: member.user.displayAvatarURL(),
|
||||
avatar: member.user.avatar,
|
||||
username: this.encrypt(member.user.username),
|
||||
discriminator: member.user.discriminator,
|
||||
display_name: this.encrypt(member.displayName),
|
||||
|
Loading…
Reference in New Issue
Block a user