JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
215 stars 107 forks source link

Add support to customize footer text in Paginator #99

Open Andre601 opened 4 years ago

Andre601 commented 4 years ago

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.

The issue tracker is reserved for issues, errors, and feature requests related to JDA-Utilities, and not questions and other requests for help.

Issue Information

Check all that apply:

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

I would like it, if a method could be added to customize/alter the footer, including to set an avatar, the text displayed (Maybe add the "Page n/n" after the provided one?) and a timestamp.

That way could the paginator stick to the design that the bot may use through different commands. (e.g. showing a Requested by: <user> text in the footer)

Sheldan commented 4 years ago

This would be a welcome change, because I realized that the "Page" in the footer text is hardcoded, which would relate to #54 as well. So a possibility to customize this, would be included in this feature request.