cat got more sleep

This commit is contained in:
2024-11-10 18:31:45 +01:00
parent 63366f7ea1
commit 489dd9feb6
+1 -1
View File
@@ -604,7 +604,7 @@ class MusicModule(commands.Cog):
guild=discord.Object(id=664789470779932693),
)
async def batch_download(self, ctx):
content_type = ctx.message.attachments[0].contluzent_type
content_type = ctx.message.attachments[0].content_type
check = re.search ("text\/plain; *charset=(.*)", content_type, re.IGNORECASE)
if check:
file_bytes = await ctx.message.attachments[0].read()