From d49c47f617376b1b0d7c9581022ec4081233a8fe Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Tue, 9 Feb 2021 03:09:32 -0600 Subject: [PATCH] Change issues to recommendations --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timings.py b/cogs/timings.py index 951a719..c008bb7 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -306,7 +306,7 @@ class Timings(commands.Cog): if len(embed_var.fields) == 0: embed_var.add_field(name="✅ All good", - value="Analyzed with no issues") + value="Analyzed with no recommendations") await message.reply(embed=embed_var) return