diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index 5627475..cdf09a8 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/misc.xml b/.idea/misc.xml index 894dfd5..657e23f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/cogs/other.py b/cogs/other.py index 778f4e1..61deb85 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -752,7 +752,7 @@ class OtherCog(commands.Cog): _ft = "wav" for attachment in message.attachments: - if attachment.content_type.startswith("audio/"): + if attachment.content_type.startswith(("audio/", "video/")): _ft = attachment.filename.split(".")[-1] break else: