Adds the Twitter Verified checkmark after the username of anyone using a paid avatar decoration.
OIRNOIR (Replugged : #plugin-dev) I wonder how complicated it would be to create a plugin that added a blue checkmark (or some other sarcastic indicator) to users using one of the paid avatar decorations
Location | Preview |
---|---|
User profile | |
DM header | |
Member list | |
Message |
@import url("https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/main.css");
https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/main.css
To change the checkmark to another image or svg:
:root {
--adc-badge: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/180px-Smiley.svg.png");
}