wiruwiru / NeedSystem-CS2

Allows players to send a message to discord requesting players. (for CounterStrikeSharp)
https://crisisgamer.com
GNU General Public License v3.0
4 stars 2 forks source link

[REQ] Improvements to the marked discord group #1

Closed crashzk closed 1 month ago

crashzk commented 1 month ago

image

In this case, I configured the message, but I did not select any discord group. As you can see in the printout, the @ was still automatically.

Any way to make sure that if you don't select any discord group, it won't send it, just the message.

wiruwiru commented 1 month ago

I will try to fix it in a next update. Maybe making it possible to disable and enable this message, or simply if the MentionRoleID option is null not to show <@&>.

wiruwiru commented 1 month ago

Added in NeedSystem v1.0.6.

Now when you do not place any id in MentionRoleID it will no longer show <@&>.

Thanks for the suggestion!