Skip to content

Commit

Permalink
Merge pull request #84 from matei-oltean/patch-1
Browse files Browse the repository at this point in the history
Update deleteDiscordMessages.js
  • Loading branch information
victornpb authored Jun 21, 2020
2 parents 925c87f + aa97cb8 commit 8f030b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deleteDiscordMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
lastPing = (Date.now() - s);
avgPing = avgPing>0 ? (avgPing*0.9) + (lastPing*0.1):lastPing;
} catch (err) {
return log.error('Search request throwed an error:', err);
return log.error('Search request threw an error:', err);
}

// not indexed yet
Expand Down

0 comments on commit 8f030b8

Please sign in to comment.