From 85ad890e749c9643a4f146230fe10e2cd78a6285 Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 3 Jun 2023 15:07:24 +0100 Subject: [PATCH] Update sherlock command --- cogs/other.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/other.py b/cogs/other.py index 656c318..6cfe9fd 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1626,6 +1626,7 @@ class OtherCog(commands.Cog): colour=discord.Colour.green(), ), ) + print(glob.glob(f"{tempdir}/*"))) files = list(map(discord.File, glob.glob(f"{tempdir}/*"))) if files: await ctx.respond(files=files)