better regex
This commit is contained in:
parent
3d790e9d55
commit
2f823a9916
@ -66,7 +66,7 @@ public class Events implements Listener {
|
|||||||
|
|
||||||
DiscordWebhook Webhook = new DiscordWebhook(webhookURL);
|
DiscordWebhook Webhook = new DiscordWebhook(webhookURL);
|
||||||
|
|
||||||
Webhook.setContent('<' + player.getName() + "> " + message.replaceAll("(<?[@|#]&?.+>?)","`$1`"));
|
Webhook.setContent('<' + player.getName() + "> " + message.replaceAll("(<[@#]\\S+>|@\\S+|#\\S+)","`$1`"));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Webhook.execute();
|
Webhook.execute();
|
||||||
|
Loading…
Reference in New Issue
Block a user