I'm currently making an "info [argument]" command for discord.py bot that will search and return a value
So the user would say: "!Info bookshelf"
the bot would look up "bookshelf" in the JSON file and find bookshelf = Shelf full of books
and pull the value describing the bookshelf and send it in chat.
I'm new to coding so this would help so much! Thank you in advance <3
working on Python 3.9
question from:https://stackoverflow.com/questions/65713107/how-can-i-search-a-json-file-with-given-argument-with-python