CraftSpider/dpytest

content_type in make_attachment_dict has the wrong type

Closed this issue · 1 comments

It's currently defined as Optional[int]. It should be Optional[str], to match the type in discord.Attachment: https://discordpy.readthedocs.io/en/stable/api.html#discord.Attachment.content_type.

@calliecameron Thank you !
can you provide a pull request for that ?