Bugfixes and test fixes

This commit is contained in:
Dylan
2024-05-02 19:51:56 +01:00
parent b73e7dd494
commit f4a79edeba
2 changed files with 10 additions and 10 deletions

View File

@ -61,6 +61,6 @@ def formatEmbedDesc(type,body,qrt,pollData,likesDisplay):
diff = len(output)-limit
# remove the characters from body, add ellipsis
body = body[:-(diff+1)]+""
return formatEmbedDesc(type,body,qrt,pollDisplay,likesDisplay)
return formatEmbedDesc(type,body,qrt,pollData,likesDisplay)
else:
return output