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 13bb48b commit 83375f8Copy full SHA for 83375f8
src/commands/youtube.ts
@@ -19,6 +19,7 @@ const youtube: Command = {
19
const response = (await result.json()) as YoutubeResponse;
20
21
if (isErrorResponse(response)) {
22
+ console.error(response);
23
return msg.channel.send(`Uh, integracja z API YT nie zadziałała 😭`);
24
}
25
0 commit comments