Browse Source

Update timings.py

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

2
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

Loading…
Cancel
Save