From c0d6f114e02ccc097cc4c00108b2554c68f8dbbe Mon Sep 17 00:00:00 2001 From: elliot Date: Tue, 12 Apr 2022 21:27:37 +0200 Subject: [PATCH] Clarify wording --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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