fix wording

This commit is contained in:
Lee 2024-06-26 13:13:27 +01:00
parent 5d2d4cbf0f
commit b3a5a4c02e

@ -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;
}