Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(MessageLogger): Ignored Word #2641

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

imZuxi
Copy link

@imZuxi imZuxi commented Jun 30, 2024

Add in ability to add ignored words (accidentally closed my pr when fixing the merge conflict)

@@ -221,6 +221,11 @@ export default definePlugin({
description: "Comma-separated list of guild IDs to ignore",
default: ""
},
ignoreWords: {
type: OptionType.STRING,
description: "Comma-separated list of words that should be ignored if found (case insensitive)",
Copy link
Contributor

@Scyye Scyye Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know i mentioned this on the other PR, and i did mean to respond, but it ended up getting closed;

I feel like there should be a separate setting to define a delimiter, it would allow for the use of things that contain ,, and you could always just default it to a comma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants