mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): display new Discord usernames correctly
This commit is contained in:
parent
11d70666d0
commit
a0fa03599b
3 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ public record User
|
|||
public ulong Id { get; init; }
|
||||
public string Username { get; init; }
|
||||
public string Discriminator { get; init; }
|
||||
public string GlobalName { get; init; }
|
||||
public string? Avatar { get; init; }
|
||||
public bool Bot { get; init; }
|
||||
public bool? System { get; init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue