From d231adeb29caf0c3e286d0dd9ab74f6d3d79c926 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:52:26 -0600 Subject: [PATCH] lower CPU thread warning from 3 to 2 --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: