refactor: fix very small grammar error in DiscordPlugin
This commit is contained in:
@@ -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", "")
|
||||
|
||||
Reference in New Issue
Block a user