switch voice channel log
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m15s

This commit is contained in:
Lee
2024-07-05 21:38:21 +01:00
parent fdd36d4385
commit a7af4108c6
3 changed files with 15 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class LogFeature extends Feature {
if (content == null) {
return "No content";
}
if (content.contains("`")) { // Workaround for markdown formatting
if (content.contains("`")) { // Workaround for Markdown formatting
content = content.replace("`", "'");
}
// More than 512 characters or is more than 4 lines