Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.72k stars 2.3k forks source link

[Audio] Fix attachment suffix reading on playlist upload #6279

Closed aikaterna closed 8 months ago

aikaterna commented 8 months ago

Description of the changes

With Discord's new file attachment expiration, the file suffix for an upload is longer than just "txt", causing playlist upload to fail. This changes it to only read the first 3 characters of the suffix provided.

Have the changes in this PR been tested?

Yes

aikaterna commented 8 months ago

Closing in favor of #6280