Open Unicorn7141 opened 3 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.
Having looked into this, defaulting converters will show the precise value you've provided as the default value there. I'm not sure special-casing Boolean converters for this is the way to go, maybe some kind of translation method? I'm really not sure - I'll have to think about it.
So far, I haven't been able to come up with a smart solution for this.
Description
I was trying to make a shop command which allows people to add an item and decide whether it's limited to quantity X or not, using a
defaultingBoolean
with a defaultfalse
. When I checked the command usinghelp
it showed the following:[limited?: yes/no=false]
which could be quite confusing.Versions
KordEx version: 1.5.0-SNAPSHOT
Reproduction
Code Examples
Suggestions
Change the help command to show "yes" or "no" according to
true
orfalse
Media
Click to expans
![image](https://user-images.githubusercontent.com/49371158/133963181-f358b484-7fa5-47b6-bf3d-dfad81b9150b.jpg)