Browse Source

Update timings.py

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

2
cogs/timings.py

@ -715,7 +715,7 @@ class Timings(commands.Cog):
embed_var.description = "Showing 25 of " + str(issue_count) + " recommendations."
else:
embed_var.description = "Showing " + str(issue_count) + " of " + str(issue_count) + " recommendations."
except TypeError:
except KeyError:
embed_var.add_field(name="⚠ Outdated Server",
value="Please update your server jar.",
inline=True)

Loading…
Cancel
Save