forked from ChomeNS/chomens-bot-java
a n s i
This commit is contained in:
parent
e273a7b45b
commit
209b3dd183
1 changed files with 3 additions and 0 deletions
|
@ -364,6 +364,9 @@ public class DiscordPlugin {
|
|||
}
|
||||
logMessage.setLength(0);
|
||||
}
|
||||
|
||||
if (message.trim().isBlank()) return;
|
||||
|
||||
sendMessageInstantly("```ansi\n" + message + "\n```", channelId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue