Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] File Upload Support #636

Closed
1 task done
kbots-tech opened this issue Mar 11, 2022 · 1 comment · Fixed by #653
Closed
1 task done

[REQUEST] File Upload Support #636

kbots-tech opened this issue Mar 11, 2022 · 1 comment · Fixed by #653
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@kbots-tech
Copy link

Describe the feature.

My bot I'm reworking to use this library sends images and files with embeds specific to command calls, being able to upload/send files a la the discord.py method would be really helpful. Eg:

embed=discord.Embed(title=f"Your Character Sheet for {self.fields[ctx.author.id][0]}", color=0xde2939),
            file=discord.File(output))

if this could be added either as an extension or part of the core library that'd be super helpful.

Code of Conduct

  • I agree to follow the contribution requirements.
@kbots-tech kbots-tech added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 11, 2022
@i0bs
Copy link
Contributor

i0bs commented Mar 11, 2022

This is planned as a core feature as the Web API allow this to work in parallel to attachments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

4 participants