Skip to content

Commit

Permalink
reduce logging scope of failed Helix send calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 11, 2024
1 parent 5ad3ec9 commit 0719c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platforms/twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,10 @@ module.exports = class TwitchPlatform extends require("./template.js") {
if (!messageResponse.is_sent) {
console.warn("JSON not sent!", {
time: new sb.Date().format("Y-m-d H:i:s"),
channel,
channel: {
ID: channel.ID,
Name: channel.Name,
},
message,
messageResponse
});
Expand Down

0 comments on commit 0719c2b

Please sign in to comment.