Skip to content

Commit 83375f8

Browse files
committed
debug: Add log to youtube
1 parent 13bb48b commit 83375f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/youtube.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const youtube: Command = {
1919
const response = (await result.json()) as YoutubeResponse;
2020

2121
if (isErrorResponse(response)) {
22+
console.error(response);
2223
return msg.channel.send(`Uh, integracja z API YT nie zadziałała 😭`);
2324
}
2425

0 commit comments

Comments
 (0)