diff --git a/src/routes/postSkipSegments.js b/src/routes/postSkipSegments.js index ab80d25..ae3822a 100644 --- a/src/routes/postSkipSegments.js +++ b/src/routes/postSkipSegments.js @@ -410,9 +410,6 @@ module.exports = async function postSkipSegments(req, res) { return; } - // Discord notification - sendWebhooks(userID, videoID, UUID, segmentInfo); - UUIDs.push(UUID); } } catch (err) {