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)