Stop sending dupes error to discord

This commit is contained in:
ekzyis 2023-06-09 06:02:55 +02:00
parent 819905740a
commit c40d61a6a8
1 changed files with 1 additions and 1 deletions

View File

@ -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)