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
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