neptune
neptune copied to clipboard
Add range to integer variables
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.