Fix invalid types for some discord webhook values (#19515)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace Content.Server.Discord;
|
||||
|
||||
public record struct WebhookIdentifier(ulong Id, string Token);
|
||||
public record struct WebhookIdentifier(string Id, string Token);
|
||||
|
||||
Reference in New Issue
Block a user