Open a PR to stop the High Value Role getting assigned to bots. #573
-
FIRST-Timers (good First issue, PR)It would be really great if someone could open a PR for this issue: Eddiebot#184, which would resolve bots from getting the high value Role. Brief Description of the Issue:Bot gets (you could read more on the issue- EddieHubCommunity/EddieBot#184) How to resolve?:We would have to stop the reaction addition if the author of the message is a bot. if (message.author.bot) {
return;
} Add if (reaction.message.author.bot) {
return;
} in line 39 of the file Link to Issue:EddieHubCommunity/EddieBot#184 Additional Context:This issue has been open for quite some time, and might not get noticed by contributors. Thus, adding it here might ensure that first-timers could notice this :) The issue was opened by: srinath1412001 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
yes & yes 👍 thanks @Vyvy-vi 🤓 |
Beta Was this translation helpful? Give feedback.
-
Hey I would like to work on this issue . From the above description of issue i can understand that at line 39 i need to add |
Beta Was this translation helpful? Give feedback.
-
This has been completed here EddieHubCommunity/EddieBot#441 |
Beta Was this translation helpful? Give feedback.
This has been completed here EddieHubCommunity/EddieBot#441