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

[Suggestion] Add option to mention a person/role in messages #113

Open
notlet opened this issue Jun 26, 2024 · 2 comments
Open

[Suggestion] Add option to mention a person/role in messages #113

notlet opened this issue Jun 26, 2024 · 2 comments

Comments

@notlet
Copy link

notlet commented Jun 26, 2024

When the bot sends a message, it automatically disables all mentions. It would be nice if there was a variable to add a mention that actually mentions people, for example when the server starts up the bot automatically pings a role so people know when it's up.

image

Also, whenever people get mentioned in the bridge channel, the mention also works in the log channel, which results in a double ping for people with access to both.

image

@DenisD3D
Copy link
Owner

You can configure the allowed mention in the configuration file :

[Misc]
# List of allowed mentions from minecraft (supported value: "EVERYONE_AND_HERE", "ROLE", "USER")
allowed_mention = ["ROLE", "USER"]

Are thoses configuration enough for your use case ?
Also you might be able to supress ping for a specific channel in your Discord client setting. I will try to disable ping for logs message in the next version

@notlet
Copy link
Author

notlet commented Jun 27, 2024

You can configure the allowed mention in the configuration file :

[Misc]
# List of allowed mentions from minecraft (supported value: "EVERYONE_AND_HERE", "ROLE", "USER")
allowed_mention = ["ROLE", "USER"]

Are thoses configuration enough for your use case ?

That would also allow people on the server to spam mass ping, so I don't think so.

Also you might be able to supress ping for a specific channel in your Discord client setting. I will try to disable ping for logs message in the next version

It still leaves a really annoying red ping
image

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

No branches or pull requests

2 participants