Nicht nötig
This commit is contained in:
parent
0b62c7d947
commit
ff8b0ba10f
@ -16,7 +16,7 @@ function get_txt:action(msg, config, matches)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
if string.len(res) > 500 then
|
if string.len(res) > 500 then
|
||||||
result = string.sub(res:gsub("%b<>", ""), 1, 500)..'...\n(Text gekürzt, da länger als 500 Zeichen.)'
|
result = string.sub(res, 1, 500)..'...\n(Text gekürzt, da länger als 500 Zeichen.)'
|
||||||
else
|
else
|
||||||
result = res
|
result = res
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user