Skip to content

Commit 94f3dcc

Browse files
committed
add missing cause to loadtracks example
1 parent de33fe9 commit 94f3dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IMPLEMENTATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,8 @@ Response:
11481148
"tracks": [],
11491149
"exception": {
11501150
"message": "The uploader has not made this video available in your country.",
1151-
"severity": "COMMON"
1151+
"severity": "COMMON",
1152+
"cause": "com.sedmelluq.discord.lavaplayer.tools.FriendlyException: This video is not available in your country."
11521153
}
11531154
}
11541155
```

0 commit comments

Comments
 (0)