From a6cae729977939ffd8388437ddd6b2a9bbc74c85 Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 3 Jun 2023 14:47:49 +0100 Subject: [PATCH] Update sherlock command --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 569692d..0871d3a 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1550,7 +1550,7 @@ class OtherCog(commands.Cog): await asyncio.sleep(random.randint(1, 10)) elapsed = time() - start_time embed = discord.Embed( - title="Sherlocking username [%s]" % chars[n % len(chars)], + title="Sherlocking username %s" % chars[n % 4], description=f"Elapsed: {elapsed:.0f}s", colour=discord.Colour.dark_theme() )