Add more error reporting for Discord errors
This commit is contained in:
@@ -49,10 +49,5 @@ namespace PluralKit.Bot
|
||||
// This may expanded at some point.
|
||||
return true;
|
||||
}
|
||||
|
||||
public static string ExtractError(BadRequestException e)
|
||||
{
|
||||
return e.WebResponse.Response;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user