Fixed rehashing + Added DM support

This commit is contained in:
coolesding 2025-01-29 23:43:21 +01:00 committed by GitHub
parent 582aac21e8
commit 0b775cc692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,13 @@
/* AVATAR-TEMPLATE-BEGIN */ /* AVATAR-TEMPLATE-BEGIN */
/*{id} is userid in data.json and {img} is the image link, usually gif*/ /*{id} is userid in data.json and {img} is the image link, usually gif*/
.clickable_f9f2ca[src^="https://cdn.discordapp.com/avatars/{id}"] .avatar__183c2[src^="https://cdn.discordapp.com/avatars/{id}"]
,.avatar_c51b4e[src^="https://cdn.discordapp.com/avatars/{id}"] ,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/{id}"]
,.voiceAvatar_db83a2[src^="https://cdn.discordapp.com/avatars/{id}"] ,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/{id}"]
,.avatar_d03bba[src^="https://cdn.discordapp.com/avatars/{id}"] { ,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/{id}"]
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/{id}"] {
content: url({img}) content: url({img})
} }
.userAvatar_ac3629[style*="{id}"] { .userAvatar__55bab[style*="{id}"] {
background-image: url({img})!important background-image: url({img})!important
} }
/* AVATAR-TEMPLATE-END */ /* AVATAR-TEMPLATE-END */