Skip to content

Commit

Permalink
Command change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydevelopsstuff committed Aug 31, 2022
1 parent b7609e5 commit a479e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/jay/solo/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Command(String name, String description, Argument<?>... arguments) {
this.arguments = arguments;
}

public abstract boolean execute(String[] args);
public abstract boolean execute(String raw, String[] args);

public String getName() {
return name;
Expand Down

0 comments on commit a479e68

Please sign in to comment.