mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 07:46:31 +00:00
commit
22c174f9ef
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class DiscordBridge {
|
||||||
message = message.substring(0, 2000);
|
message = message.substring(0, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return message.replaceAll(colors.pattern(), "").replaceAll(pings.pattern(), "@\u200B");
|
return message.replaceAll(colors.pattern(), "").replaceAll(pings.pattern(), "@\u200B").replaceAll("([`_~*])", "\\\\$1");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void transmitMessage(String message) {
|
public static void transmitMessage(String message) {
|
||||||
|
|
Loading…
Reference in a new issue