diff --git a/cogs/timings.py b/cogs/timings.py index f4930c7..e526b7e 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -341,7 +341,7 @@ class Timings(commands.Cog): value=f"[Click here to view]({paste_excess_problems(embed_var)})") while len(embed_var) > 6000: embed_var.insert_field_at(index=field_at_index, - name=f"Plus {issue_count - field_at_index} more recommendations", + name=f"Plus {issue_count - field_at_index} more recommendations, see below.", value=f"[Click here to view]({paste_excess_problems(embed_var)})") del embed_var._fields[(field_at_index + 1):] field_at_index -= 1