We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67531af commit b32fc7aCopy full SHA for b32fc7a
1 file changed
plugins/books.py
@@ -17,7 +17,7 @@ def load_key(bot):
17
def books(text):
18
"""books <query> -- Searches Google Books for <query>."""
19
if not dev_key:
20
- return "This command requires a Google API key."
+ return "This command requires a Google Developers Console API key."
21
22
json = requests.get(book_search_api, params={"q": text, "key": dev_key}).json()
23
0 commit comments