TobiasGoetz / pibot

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

Verifying Cities #53

Open TobiasGoetz opened 1 month ago

TobiasGoetz commented 1 month ago

Description

As an R4, I want to verify a city and assign it an R1 role, so that the city is properly linked to a player. This helps in managing member roles and ensuring proper organization within the alliance.

Acceptance Criteria

  1. The command should be !verify <city_id> <proprietary_player_id>.
  2. The command should verify the city by linking it with the proprietary player ID in the database.
  3. The command should assign the R1 role to the verified city.
  4. The bot should confirm to the R4 that the city has been successfully verified and the role assigned.

Notes