-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Add a "files" arg to Paginator.send/respond for embed thumbnails #692
Comments
I would assume so. |
ok here's what I changed in pagination.py It works...kinda. if you do await paginator.send(ctx, files, ephemeral=False) - files being a list of discord file objects. Problem is hiding the other files that send - see below - it does work to change them on the buttons but they all show up there. Not sure what do from here |
Cool thanks! I wonder if this is even possible now since you have to attach all at once and you can't send a file when you edit a message (or in this case change a page). |
This will get us closer to the desired outcome once implemented |
Thanks so much! So can your tweak be also be implemented in |
Planned to be added to the functionality for the |
Summary
A way to send paginated embeds with local thumbnails
What is the feature request for?
discord.ext.pages
The Problem
I am trying to send a paginated list of embeds with thumbnails I have stored locally but there isn't a "files" arg to send my thumbnails as an attachment.
The Ideal Solution
Add a "files" arg to Paginator.send/respond
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: