Add DiscordChatChannelBlockedRoles
andrewkm opened this issue ยท 1 comments
Why?
I want certain roles to be able to type in a Discord channel, but not have their message processed into the game.
What and How?
Achieved by a new setting as such:
# DiscordChatChannelBlockedRoles: Discord roles that should not have their messages processed & sent to MC.
DiscordChatChannelBlockedRoles: ["000000000000000000", "000000000000000000", "000000000000000000"]
DiscordChatChannelBlockedRolesAsWhitelist: false
(The whitelist would be a nice bonus addition.)
Are there alternatives?
Not for what I'm trying to accomplish sadly.
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
N/A
duplicate of #861