fix player count game status

This commit is contained in:
Дмитрий Шиманский
2023-11-16 23:47:28 +03:00
parent defc302ac9
commit d0c56b4139
3 changed files with 98 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ namespace DiscordApp
}
else
{
throw new Exception("Unknown error from site!");
throw new Exception($"Unknown error from site! {request.Content.ReadAsStringAsync().Result}") ;
}
}
catch (Exception ex)