Add last chunk to chunk list for joke
This commit is contained in:
parent
efbb7c57f9
commit
6638350bdf
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ class JokeCog(commands.Cog):
|
|||
else:
|
||||
body += " " + word
|
||||
|
||||
body_chunks.append(Field("", body, False))
|
||||
|
||||
fields = body_chunks
|
||||
fields.append(Field("Score", result["score"]))
|
||||
# Field(
|
||||
|
|
Loading…
Add table
Reference in a new issue