diff --git a/cogs/other.py b/cogs/other.py index 6cfe9fd..ea39cad 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1626,7 +1626,7 @@ class OtherCog(commands.Cog): colour=discord.Colour.green(), ), ) - print(glob.glob(f"{tempdir}/*"))) + print(glob.glob(f"{tempdir}/*")) files = list(map(discord.File, glob.glob(f"{tempdir}/*"))) if files: await ctx.respond(files=files)