Fix invalid types for some discord webhook values (#19515)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Server.Discord;
|
||||
public struct WebhookUser
|
||||
{
|
||||
[JsonPropertyName("id")]
|
||||
public ulong Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
|
||||
[JsonPropertyName("username")]
|
||||
public string Username { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user