fix(bot): display new Discord usernames correctly

This commit is contained in:
Iris System
2023-06-28 13:55:21 +12:00
parent 11d70666d0
commit a0fa03599b
3 changed files with 3 additions and 2 deletions

View File

@@ -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; }