mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-02-18 19:53:42 +01:00
More logging.
This commit is contained in:
parent
fce225ee0c
commit
4421ca5fd6
|
|
@ -31,6 +31,9 @@ int finalCode = await CommandLine
|
||||||
message.MessageId
|
message.MessageId
|
||||||
);
|
);
|
||||||
message.LastHttpCode = (int)response.StatusCode;
|
message.LastHttpCode = (int)response.StatusCode;
|
||||||
|
Console.WriteLine(
|
||||||
|
$"{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