Browse Source

Update 'cogs/timings.py'

pull/1/head
stefatorus 3 years ago
parent
commit
46b7a924a0
  1. 2
      cogs/timings.py

2
cogs/timings.py

@ -72,7 +72,7 @@ class Timings(commands.Cog):
version = version[:-1]
version = version + ".0)"
if "Gem" in version or "Stellar" in version:
if "Gem" in version or "Stellar" in version or "iSpigot" in version:
embed_var.add_field(name="⚠️ Publicly Sold Custom Jar", value=f'You are using `{version}`. Publicly sold custom jars have been known to have major instability issues, often leading to crashes. Many have skirted the copyright law in the past, and have been implement plugin features for extremely large prices (x10-x20 market value). This does not necessarily mean they are bad, but please be careful.')
if "version" in TIMINGS_CHECK and version:

Loading…
Cancel
Save