Chunk joke body just in case
This commit is contained in:
parent
7284738162
commit
e42b7dfffd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class JokeCog(commands.Cog):
|
|||
match, html.unescape(match)
|
||||
)
|
||||
body_chunks = []
|
||||
for i in range(len(result["body"]), step=1024):
|
||||
for i in range(0, len(result["body"]), 1024):
|
||||
body_chunks.append(
|
||||
Field(
|
||||
"",
|
||||
|
|
Loading…
Add table
Reference in a new issue