From 4465a032b34cce80e8ff6d37194df5444e563d6d Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sat, 9 Jan 2021 17:46:56 -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 0c54ab2..a7d5695 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -86,7 +86,7 @@ class Timings(commands.Cog): timing_cost = int(r["timingsMaster"]["system"]["timingcost"]) if timing_cost > 400: embed_var.add_field(name="❌ Timingcost", - value="Your timingcost is " + str(timing_cost) + ". Find a Find a [better host](https://www.birdflop.com).", + value="Your timingcost is " + str(timing_cost) + ". Find a [better host](https://www.birdflop.com).", inline=True) except KeyError: unchecked = unchecked + 1