Simple Embed paginator that I've been using for a while. Thought it could help others too.
Summary
This PR provides an example Embed paginator using Views (buttons). I believe the examples/views folder could use one.
Checklist
If code changes were made then they have been tested.
I have updated the documentation to reflect the changes.
This PR fixes an issue.
This PR adds something new (e.g. new method or parameters).
This PR is a breaking change (e.g. methods or parameters removed/renamed)
This PR is not a code change (e.g. documentation, README, ...)
Simple Embed paginator that I've been using for a while. Thought it could help others too.
<!-- Pull requests that do not fill this information in will likely be closed -->
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
This PR provides an example Embed paginator using Views (buttons). I believe the examples/views folder could use one.
## Checklist
<!-- Put an x inside [ ] to check it, like so: [x] -->
- [ ] If code changes were made then they have been tested.
- [ ] I have updated the documentation to reflect the changes.
- [ ] This PR fixes an issue.
- [ ] This PR adds something new (e.g. new method or parameters).
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
- [x] This PR is **not** a code change (e.g. documentation, README, ...)
Examples should be fully runnable and self-contained (with a client object, on_ready, etc)
The max line length for dpy and edpy is 120
Do the logic inside your callbacks, instead of the while True and view.value checking.
Overall, this is a good idea for an example but a bad implementation.
1. Examples should be fully runnable and self-contained (with a client object, on_ready, etc)
2. The max line length for dpy and edpy is 120
3. Do the logic inside your callbacks, instead of the `while True` and `view.value` checking.
Overall, this is a good idea for an example but a bad implementation.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Simple Embed paginator that I've been using for a while. Thought it could help others too.
Summary
This PR provides an example Embed paginator using Views (buttons). I believe the examples/views folder could use one.
Checklist
while Trueandview.valuechecking.Overall, this is a good idea for an example but a bad implementation.
@ImAnAgent Is this still being worked on? because it does not look good in its current state.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.