Closed mooziii closed 2 years ago
Hello, and thanks for opening an issue! As this is the first time you've created an issue on this repository, we'd just like to offer you a warm welcome to the project, and the following pointers:
Please provide as much information as possible when asking a question, reporting a problem, or submitting a feature request. This will help us to address your issue quickly and efficiently. If you forgot to add some information, no worries - feel free to edit the issue and add anything you missed!
Thanks for contacting us! If you have any further questions, please feel free to join us on Discord in the #dev-kotdis
channel (or #kordex-discussion
for Kord Extensions projects), or to contact a staff member directly.
This has been fixed in https://github.com/Kord-Extensions/kord-extensions/commit/1d683d2ce46bc8d1e948964ae66582696d280b7d - please note that I've also pushed a dependency on the Kord Voice capability in https://github.com/Kord-Extensions/kord-extensions/commit/f78b64d54f882c835a822a8b56671125d2b3a1ac, so you should remove your explicit dependency on Kord (and the voice capability) entirely.
Description
Whenever I try to create a paginator without a page I get an exception saying
No such group: tags
but it should be `Empty paginators aren't allowed' or something similarWhat were you doing when you first noticed the problem?
➜ I tried to send a paginator as command interaction response without any page in it
How does the problem affect your use-case?
➜ It gave me the wrong error
Versions
Dependencies
Editor name and version
➜ IntelliJ IDEA Ultimate 2022.1.4
Gradle version
➜ Gradle 7.4.2
JDK distribution, version and architecture
➜ OpenJDK Temurin-17+35 (build17+35)
Kotlin distribution and plugin version
➜ Kotlin JVM 1.7.10
Code Examples
This code doesn't add a page because
pagesNeeded
is zeroThis gives me the error
No such group: tags
although it should be something other