Correct maximum caption size in heta

pull/1/head
hikariatama 2023-03-13 08:23:14 +00:00
parent 1b4e1365ad
commit 32d4e101f4
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class UnitHeta(loader.Module):
text = strings.format(**kwargs)
if len(text) > 4096:
if len(text) > 2048:
kwargs["commands"] = "..."
text = strings.format(**kwargs)