forked from GitHub/dbot
71c2c52d47
Covers original functionality plus adds a new ~reading command. There is probably a lot of duplication in the module itself that can be cleaned up with some additional metaprogramming but *eh* I'm tired tonight.
6 lines
362 B
JSON
6 lines
362 B
JSON
{
|
|
"~book": "~book [bookname] - returns the title, author, rating, and GoodReads link",
|
|
"~booksummary": "~booksummary [bookname] - returns the summary for the requested book",
|
|
"~author": "~author [authorname] - returns the GoodReads link for the requested author",
|
|
"~reading": "~reading - displays up to 5 of the books you are currently reading"
|
|
} |