As a player, I want to register my resources for SVS (Server vs Server), so that my contributions are tracked. This will help in organizing resources and planning strategies for server battles.
Acceptance Criteria
The command should be !svsResourceRegister <city_id> <resource_type> <amount>.
The resource information should be stored in the database associated with the given city ID.
The bot should confirm to the user that the resources have been successfully registered.
The bot should validate the resource type and amount before storing.
Notes
Ensure the city ID is valid and exists in the database before registering resources.
Implement checks to ensure resource type is recognized and amount is a valid number.
Consider logging the timestamp of each registration for tracking purposes.
Description
As a player, I want to register my resources for SVS (Server vs Server), so that my contributions are tracked. This will help in organizing resources and planning strategies for server battles.
Acceptance Criteria
!svsResourceRegister <city_id> <resource_type> <amount>
.Notes