Chunk joke body just in case

This commit is contained in:
Zeva Rose 2021-06-29 17:17:05 -06:00
parent 7284738162
commit e42b7dfffd

View file

@ -69,7 +69,7 @@ class JokeCog(commands.Cog):
match, html.unescape(match) match, html.unescape(match)
) )
body_chunks = [] body_chunks = []
for i in range(len(result["body"]), step=1024): for i in range(0, len(result["body"]), 1024):
body_chunks.append( body_chunks.append(
Field( Field(
"", "",