Browse Source

Change issues to recommendations

pull/17/head
Purpur 3 years ago
committed by GitHub
parent
commit
d49c47f617
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/timings.py

2
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

Loading…
Cancel
Save