switch voice channel log
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m15s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m15s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user