This discord bot serves as a repository for all the books that are currently being read in HON 171.
Follow this link to invite the bot to your server:
Command | Description |
---|---|
/search |
Search the bot's files for the desired book |
/get |
Ask the bot to return the desired book by sending an attachment or a link to the file |
/add |
Add a new book to the bot's files |
/request |
Request a book to be added to the bot |
/help |
Display a help message |
- Search for books by title, author, or ISBN
- Add books to the bot's files
- Request a book to be added to the bot's files
-
Add the bot to your server using the invite link.
-
Search for the book you want to get using the
/search
command. -
Get the book using the
/get
command. -
Enjoy!
-
Add the book to the bot's files using the
/add
command. -
Wait for the bot to verify your book.
-
Once verified, the bot will send you a link to the book.
-
Enjoy!
You can find .epubs
and .pdf
files through this discord bot although more files might be added.
Planned formats include: .mobi
, .awz3
, .rtf
, .txt
, .doc
, and more...
This project uses the Mozilla Public License 2.0.
For more information on what this license means, see this page.
These should be run in your terminal if you plan on building this app.
Although some of these are shown multiple times, you only need to run them once.
- index.js
npm install discord.js
npm install dotenv
- slashcommandcreator.js
npm install @discordjs/rest
npm install discord-api-types/v9
npm install dotenv