[email protected]node v18.12.0SlashCommandBuilder and am trying to figure out how to set a default value for an option (e.g. String, Boolean, etc.) in the event the user doesn't provide a value.setDefault(true) so if the user didn't give anything I could use private to do something likeprivate to falseprivate with and without user input to see if I can bootleg my way around it but always get null for some reason...