diff --git a/cogs/timings.py b/cogs/timings.py index 5fe3bb3..8a88932 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -183,7 +183,7 @@ class Timings(commands.Cog): if cpu == 1: embed_var.add_field(name="❌ Threads", value=f"You have only {cpu} thread. Find a [better host](https://www.birdflop.com).") - if cpu == 2 or cpu == 3: + if cpu == 2: embed_var.add_field(name="❌ Threads", value=f"You have only {cpu} threads. Find a [better host](https://www.birdflop.com).") except KeyError as key: