Glicz

Results 22 issues of Glicz

### Description Even tho there is `CommandArguments#getOptional`, I think `CommandArguments#getOrThrow`-like (`#getUncheckedOrThrow` etc.) would be easier to use and much shorter than whatever this is: `args.getOptionalUnchecked("name").orElseThrow()` ### Expected code basically `CommandArguments#getOrThrow`...

enhancement

### Is there an existing issue for this? - [x] I have searched the existing issues ### 🐛 Describe the bug `Pagination#update` doesn't update computed pagination, tho `Pagination#forceUpdate` works ###...

bug