From 665d0a33fb9d88d208a60c6767fd3884076da777 Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Fri, 8 Jan 2021 03:11:01 -0600 Subject: [PATCH] Update timings.py --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timings.py b/cogs/timings.py index 0ae242d..cab6785 100644 --- a/cogs/timings.py +++ b/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)