mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added support for Discord display names so the bot stops deadnaming
This commit is contained in:
@@ -259,7 +259,9 @@ public class DiscordUserModel
|
||||
[JsonPropertyName("id")]
|
||||
public required string Id { get; set; }
|
||||
[JsonPropertyName("username")]
|
||||
public string? Username { get; set; }
|
||||
public required string Username { get; set; }
|
||||
[JsonPropertyName("global_name")]
|
||||
public string? GlobalName { get; set; }
|
||||
}
|
||||
|
||||
public class DiscordMessageModel
|
||||
|
||||
Reference in New Issue
Block a user