mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-23 06:09:02 +00:00
[AB-63] adding fun and entertainment related commands commands: roll, roulette, lovecalc, choose, 8ball
This commit is contained in:
@@ -20,6 +20,8 @@ public class Parameter implements Serializable {
|
||||
@Builder.Default
|
||||
private boolean remainder = false;
|
||||
@Builder.Default
|
||||
private boolean isListParam = false;
|
||||
@Builder.Default
|
||||
private Boolean templated = false;
|
||||
@Builder.Default
|
||||
private List<ParameterValidator> validators = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user