diff --git a/app.js b/app.js index 2607e4d..5d774c4 100644 --- a/app.js +++ b/app.js @@ -28,7 +28,7 @@ setInterval(function() { const json = JSON.parse(body); if (currentStatus !== json.state.open) { currentStatus = json.state.open; - hook.send(`<@286015596875874305> ChCh ist jetzt ${currentStatusRead(currentStatus)}`); + hook.send(`ChCh ist jetzt ${currentStatusRead(currentStatus)}`); console.log(json.state.open); } })