diff --git a/cogs/timings.py b/cogs/timings.py index 6a6d489..333de10 100644 --- a/cogs/timings.py +++ b/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: