aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/clickup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/clickup.py b/bot/cogs/clickup.py
index 8bae30378..12572fd6a 100644
--- a/bot/cogs/clickup.py
+++ b/bot/cogs/clickup.py
@@ -197,7 +197,7 @@ class ClickUp:
)
log.debug(f"{ctx.author} requested the task '#{task_id}'. Returning the task data.")
- return await LinePaginator.paginate(lines, ctx, embed, max_size=750)
+ return await LinePaginator.paginate(lines, ctx, embed, max_size=1500)
return await ctx.send(embed=embed)
@command(name="clickup.team()", aliases=["clickup.team", "team", "list_team"])