koalasthegreat / AmoeboidBotRedux

1 stars 1 forks source link

Implement searching for cards more specifically #16

Open koalasthegreat opened 1 year ago

koalasthegreat commented 1 year ago

Currently, when searching for cards either through the /card or /art commands, we're using the /cards/named endpoint, which only lets us pass in the set as a parameter. In theory, we should be able to use another endpoint for being more specific about what we want to search for.

We could possibly use the /cards/search endpoint, but we could even possibly refactor the bot to use a local database, making use of Scryfall's bulk data, and finding a clean way to keep it up to date