refactor: fix very small grammar error in DiscordPlugin

This commit is contained in:
ChomeNS
2025-03-06 18:44:26 +07:00
parent 7b08c0dc36
commit e1eb52ce2e

View File

@@ -383,7 +383,7 @@ public class DiscordPlugin {
message.getContentDisplay()
// replaces skull emoji
.replace("\uD83D\uDC80", "")
// replaces all ANSI codes (used when a user reply to the bot's log message) with nothing
// replaces all ANSI codes (used when a user replies to the bot's log message) with nothing
.replaceAll("\u001B\\[[;\\d]*[ -/]*[@-~]", "")
// replaces all ZWSP with nothing
.replace("\u200b", "")