-
-
Notifications
You must be signed in to change notification settings - Fork 134
Added women to prevent words list #560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe add a screenshot of this running on the bot to the PR description?
|
||
export default { | ||
preventWords: ['guyz', 'guyzz', 'bruh', 'duude', 'sir'], | ||
preventWords: ['guyz', 'guyzz', 'bruh', 'duude', 'women', 'sir'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I did add a screenshot in the issue |
oops, I meant the PR description |
Ah sure, sorry |
Oh, I meant a screenshot of the result after the fix, anyways the Pr is good :) |
Updated and... it's merged already 😅 |
Will keep that in mind next time 😅 |
Essentially while making the PR, it's also good to run a local instance of the bot to see if it works as desired. (that's how you |
Got it, thanks a lot for a clear answer. Will do that for the future PRs if needed |
Closes #559
