Updated userSchema to store flair by reference

This commit is contained in:
rainbow napkin 2024-12-03 06:21:43 -05:00
parent 108290de2d
commit 279640a7e7
7 changed files with 73 additions and 54 deletions

View file

@ -95,7 +95,7 @@ class userList{
userEntry.id = `user-entry-${user.user}`;
//Override color with flair
if(user.flair != ""){
if(user.flair != "classic"){
color = `flair-${user.flair}`;
}