TobiasGoetz / pibot

A discord bot providing multiple features
0 stars 0 forks source link

Registering SVS Resources #52

Open TobiasGoetz opened 3 months ago

TobiasGoetz commented 3 months ago

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

  1. The command should be !svsResourceRegister <city_id> <resource_type> <amount>.
  2. The resource information should be stored in the database associated with the given city ID.
  3. The bot should confirm to the user that the resources have been successfully registered.
  4. The bot should validate the resource type and amount before storing.

Notes