tawilkinson / boardgamebot

A Discord.py bot that fetches board game data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choose a BGG game if multiple entries

tawilkinson opened this issue · comments

Some games on BGG have the same name but are unique. For example: https://boardgamegeek.com/boardgame/11287/quantum and https://boardgamegeek.com/boardgame/143519/quantum. We just return the first match currently.

We need:

  • To return a list of each match, possibly with the year of publication and a brief description.
  • Emoji react to select the one you are interested in.
  • Return the normal embed for the selected match.

@sonmi451 I can't assign you at the moment but may be something you have ideas for.