Skip to content

Commit

Permalink
Disables starboard (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
otter-computer authored Jul 10, 2023
1 parent 990749f commit aea67fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactionHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ReactionHandler {
if (Reaction.me) return;

if (type === `ADD` && Reaction.emoji.name === '⭐') {
this.handleStarReaction(Reaction, User);
// this.handleStarReaction(Reaction, User);
return;
}
}
Expand Down

0 comments on commit aea67fb

Please sign in to comment.