forked from Fascinated/Bat
fix wording
This commit is contained in:
@ -22,7 +22,7 @@ public class ResetSubCommand extends BatSubCommand {
|
||||
|
||||
@Autowired
|
||||
public ResetSubCommand(@NonNull UserService userService) {
|
||||
super("reset", "Resets the settings");
|
||||
super("reset", "Reset your settings");
|
||||
this.userService = userService;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user