forked from Fascinated/Bat
update msg
This commit is contained in:
parent
ed79a46af3
commit
96e675a6be
@ -60,7 +60,7 @@ public class LogFeature extends Feature {
|
||||
return "No content";
|
||||
}
|
||||
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) {
|
||||
return "`%s`".formatted(content);
|
||||
|
Loading…
Reference in New Issue
Block a user