You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
For general programming questions, visit StackOverflow.
Issue Information
Check all that apply:
This is a bug report about an error, issue, or bug in JDA-Utilities.
I have been able to consistently reproduce this bug.
This is a feature request for the JDA-Utilities library.
This issue tracker does not assist or handle issues with the JDA library.
For JDA related issues, visit the JDA issue tracker
and open an issue there.
Description
Describe your issue here.
Please provide any stack-traces, code, or pictures that will help describe the issue you are encountering.
The Paginator.Builder Class has the option to clear existing items with the function clearItems().
The Slideshow.Builder Class, while almost identical, is missing this function.
This causes previous images to still be in the pages, even after opening a new instance of the Slideshow.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
Issue Checklist
Please follow the following steps before opening this issue.
Issues that do not complete the checklist may be closed without any help.
Issue Information
Check all that apply:
Description
Describe your issue here.
Please provide any stack-traces, code, or pictures that will help describe the issue you are encountering.
The Paginator.Builder Class has the option to clear existing items with the function
clearItems()
.The Slideshow.Builder Class, while almost identical, is missing this function.
This causes previous images to still be in the pages, even after opening a new instance of the Slideshow.
The text was updated successfully, but these errors were encountered: