neptune icon indicating copy to clipboard operation
neptune copied to clipboard

Add range to integer variables

Open zuukynn opened this issue 1 year ago • 0 comments

For example:

public void addPoints(SlashCommandInteractionEvent event, User user, @Range(1, 1000) int amount) {
    // Gibberish
}

would allow you to add, starting from 1 and going up to 1000, points.

zuukynn avatar Sep 12 '23 17:09 zuukynn