We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c0e2d commit b9612d9Copy full SHA for b9612d9
.changeset/unlucky-snails-suffer.md
@@ -0,0 +1,5 @@
1
+---
2
+'jellycommands': patch
3
4
+
5
+add more error logging
packages/jellycommands/src/util/request.ts
@@ -26,7 +26,7 @@ export function createRequest(token: string) {
26
27
if (errors || _errors)
28
console.error(
29
- `[DISCORD API ERROR] ${JSON.stringify(
+ `[DISCORD API ERROR] ${method.toUpperCase()} ${route}] ${JSON.stringify(
30
errors || _errors,
31
null,
32
4,
0 commit comments