mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
cat got more sleep
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user