Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|