Complex Pings
Complex pings would allow server owners to more accurately ping specific audiences using 3 operators. These include the “&&”, “!”, and “||” operators.
The “&&” operator would allow a message to only ping people who have all of the roles mentioned. For example:
“@Role1 && @Role2 && @Role3” would only ping members with Role1, Role2, and Role3.
The “!” operator would enable a message to ping people with one role but not another. For example:
“@Role1 && !Role2” would ping members who have Role1 and that do not have Role2.
The “||” operator would give messages the ability to ping people with one or another role, but does not ping people with both. For example:
“@Role1 || @Role2” would ping members with Role1 or Role2, but would not ping members with Role1 and Role2.
Overall, these operators would enable announcements to dial in on certain members with specific wishes.
3
Please sign in to leave a comment.
Comments
0 comments