Skip to content

Commit

Permalink
Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0maks committed Aug 12, 2023
1 parent 60162eb commit 2572a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/AruMoon/BansNotificationsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private async void SendDiscordMessage(WebhookPayload payload)
var request = await _httpClient.PostAsync(_webhookUrl,
new StringContent(JsonSerializer.Serialize(payload), Encoding.UTF8, "application/json"));

_sawmill.Log(LogLevel.Debug, $"Discord webhook message: {JsonSerializer.Serialize(payload)}");
// _sawmill.Log(LogLevel.Debug, $"Discord webhook message: {JsonSerializer.Serialize(payload)}");

var content = await request.Content.ReadAsStringAsync();
if (!request.IsSuccessStatusCode)
Expand Down

0 comments on commit 2572a3f

Please sign in to comment.