mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
fix player count game status
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user