mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 10:18:36 +01:00
More logging.
This commit is contained in:
parent
fce225ee0c
commit
4421ca5fd6
|
|
@ -31,6 +31,9 @@ int finalCode = await CommandLine
|
|||
message.MessageId
|
||||
);
|
||||
message.LastHttpCode = (int)response.StatusCode;
|
||||
Console.WriteLine(
|
||||
$"{message.Id} - Deleting {message.MessageId} - {response.StatusCode}"
|
||||
);
|
||||
|
||||
if (response.StatusCode == System.Net.HttpStatusCode.TooManyRequests)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue