TobiasGoetz / pibot

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

Saving Discord IDs #54

Open TobiasGoetz opened 3 months ago

TobiasGoetz commented 3 months ago

Description

As a player, I want to link my Discord ID to my city, so that my identity is associated with my city in the game. This helps in identifying and managing members within the Discord server and the game.

Acceptance Criteria

  1. The command should be !saveDiscordId <discord_id> <city_id>.
  2. The bot should store the mapping of the Discord ID to the city ID in the database.
  3. The bot should confirm to the user that their Discord ID has been successfully linked to the city.
  4. If the Discord ID is already linked to a different city, the bot should notify the user and provide an option to update the link.

Notes