update msg

This commit is contained in:
Lee 2024-07-04 07:53:03 +01:00
parent ed79a46af3
commit 96e675a6be

@ -60,7 +60,7 @@ public class LogFeature extends Feature {
return "No content"; return "No content";
} }
if (content.length() > 512) { if (content.length() > 512) {
return "Content too long, [click here to view]("+PasteUtils.uploadPaste(content).getUrl()+")"; return "*Content too long, [click here to view]("+PasteUtils.uploadPaste(content).getUrl()+")*";
} }
if (content.length() <= 32) { if (content.length() <= 32) {
return "`%s`".formatted(content); return "`%s`".formatted(content);