mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 06:38:37 +01:00
Added helpful icons.
This commit is contained in:
parent
71618f0987
commit
f3e5e14af3
|
|
@ -48,7 +48,7 @@ int finalCode = await CommandLine
|
|||
);
|
||||
message.LastHttpCode = (int)response.StatusCode;
|
||||
Console.WriteLine(
|
||||
$"{message.Id} - Deleting {message.MessageId} - {response.StatusCode}"
|
||||
$"{(response.IsSuccessStatusCode ? "✅" : "❌")} {message.Id} - Deleting {message.MessageId} - {response.StatusCode}"
|
||||
);
|
||||
|
||||
if (response.StatusCode == System.Net.HttpStatusCode.TooManyRequests)
|
||||
|
|
|
|||
Loading…
Reference in a new issue