mirror of https://github.com/coddrago/Heroku
Correct maximum caption size in heta
parent
1b4e1365ad
commit
32d4e101f4
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue