From 9c905a68e7d395a8614be0504123bf9792503dbb Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Mon, 15 Feb 2021 15:17:44 -0600 Subject: [PATCH] Change spigot description --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timings.py b/cogs/timings.py index 0de9a35..74efffb 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -40,7 +40,7 @@ class Timings(commands.Cog): if word.startswith("https://www.spigotmc.org/go/timings?url=") or word.startswith( "https://timings.spigotmc.org/?url="): embed_var.add_field(name="❌ Spigot", - value="Spigot timings have limited information. Switch to [Purpur](https://purpur.pl3x.net/downloads) for better timings analysis.") + value="Spigot timings have limited information. Switch to [Purpur](https://purpur.pl3x.net/downloads) for better timings analysis. All your plugins will be compatible, and if you don't like it, you can easily switch back.") embed_var.url = word await message.reply(embed=embed_var) return