-
-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Labels
API reflectionDiscord API isn't correctly reflectedDiscord API isn't correctly reflectedbugSomething isn't workingSomething isn't workingpriority: lowLow PriorityLow Priority
Milestone
Description
as ref:
usr = this.UserCache.AddOrUpdate(usr.Id, usr, (id, old) =>
{
old.Username = usr.Username;
old.Discriminator = usr.Discriminator; // obsolete
old.GlobalName = usr.GlobalName;
old.AvatarHash = usr.AvatarHash;
old.BannerHash = usr.BannerHash;
old.BannerColorInternal = usr.BannerColorInternal;
old.AvatarDecorationData = usr.AvatarDecorationData;
old.Collectibles = usr.Collectibles;
old.ThemeColorsInternal = usr.ThemeColorsInternal;
old.PrimaryGuild = usr.PrimaryGuild;
old.DisplayNameStyles = usr.DisplayNameStyles;
old.Nameplate = usr.Nameplate;
return old;
});i think thats all rn
Originally posted by @Lulalaby in #3077 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API reflectionDiscord API isn't correctly reflectedDiscord API isn't correctly reflectedbugSomething isn't workingSomething isn't workingpriority: lowLow PriorityLow Priority
Type
Projects
Status
Todo