diff --git a/main.go b/main.go index 104bc25..0117283 100644 --- a/main.go +++ b/main.go @@ -60,7 +60,7 @@ func main() { if err != nil { var dupesErr *sn.DupesError if errors.As(err, &dupesErr) { - SendDupesErrorToDiscord(story.ID, dupesErr) + // SendDupesErrorToDiscord(story.ID, dupesErr) continue } SendErrorToDiscord(err)