Skip to content

Commit b32fc7a

Browse files
committed
changed message in books.py
1 parent 67531af commit b32fc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/books.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def load_key(bot):
1717
def books(text):
1818
"""books <query> -- Searches Google Books for <query>."""
1919
if not dev_key:
20-
return "This command requires a Google API key."
20+
return "This command requires a Google Developers Console API key."
2121

2222
json = requests.get(book_search_api, params={"q": text, "key": dev_key}).json()
2323

0 commit comments

Comments
 (0)