Skip to content

Commit

Permalink
fix: 🐛 fix 'suppressed' event name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 5, 2022
1 parent 3d96d8c commit f30ab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function sendToDiscord(message) {
case 'error': profile_img = config.image.error; break;
case 'info': profile_img = config.image.info; break;
case 'success': profile_img = config.image.success; break;
case 'supression': profile_img = config.image.warning; break;
case 'suppressed': profile_img = config.image.warning; break;
default: profile_img = config.image.console;
}

Expand Down

0 comments on commit f30ab22

Please sign in to comment.