fixed missing st command of setTo
This commit is contained in:
parent
1ad4b86587
commit
21b9d8d530
@ -6,6 +6,7 @@ public class CommandSetTo extends BaseCommand {
|
||||
|
||||
public CommandSetTo() {
|
||||
aliases.add("setto");
|
||||
aliases.add("st");
|
||||
|
||||
requiredParameters.add("id");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user