mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-03-14 02:14:08 +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;
|
message.LastHttpCode = (int)response.StatusCode;
|
||||||
Console.WriteLine(
|
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)
|
if (response.StatusCode == System.Net.HttpStatusCode.TooManyRequests)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue