diff --git a/bot.js b/bot.js index c34a1ce..98e1507 100644 --- a/bot.js +++ b/bot.js @@ -229,6 +229,8 @@ async function loadJson(url, auth) { let response; if (auth) { response = await fetch(url, auth); + sendToBotTestingChannel(url); + sendToBotTestingChannel(auth); } else { response = await fetch(url); }