mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Add more error reporting for Discord errors
This commit is contained in:
parent
60018bf69d
commit
8ea02dae81
2 changed files with 10 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue