Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVEMENT] - EditUsers: The ability to set Custom Emoji as Bottag Icon. #2891

Open
Riddim-GLiTCH opened this issue Feb 2, 2025 · 0 comments

Comments

@Riddim-GLiTCH
Copy link

The Ability to set Custom Emoji As Bottag Icon.
EditUsers allows you to set a customized bottag for specific users. I've used this feature for a while now to make my closer friends stand out more. Some of these friends have a certain icon of for example a certain character they are very excited about. And they have emojis of these characters that they often use.

I'd like to be able to put these emojis in their bottags to make these tags more unique to them.

Describe alternatives you've considered
I currently have a working implementation working in PureCSS. but adding a new user to this is a bit cumbersome, and I dont think everyone is as well versed in CSS is. And im not even that good... 😵‍💫

Additional context
Proof of Concept in pure CSS:


CSS used to achieve this for reference

/* Custom User Tag BS */
.header_c19a55:has( [src*="473880177609277451"]/*Kapten*/),
.inner_c0bea0:has( [src*="473880177609277451"]/*Kapten*/) {
  .botTag_c19a55 .botText__82f07::before,
  .botText__82f07::before {
    content: url('https://cdn.discordapp.com/emojis/306195485213982720.png?size=16');
    padding-right: 5px;
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant