/tbr add
Add a book to your personal TBR (To Be Read) list. Use this command to track books you want to read, have finished, or did not finish—complete with an optional status for organization.
💬 Usage
/tbr add <title> <author> [status]
<title>
– The title of the book you want to add<author>
– The author of the book[status]
– (Optional) Set the book’s status astbr
(default),finished
, ordnf
(“did not finish”)
📌 Example
/tbr add "Legends & Lattes" "Travis Baldree" tbr
This will:
Add “Legends & Lattes” by Travis Baldree to your personal TBR list with status
tbr
/tbr add "The Hobbit" "J.R.R. Tolkien" finished
This will:
Add “The Hobbit” by J.R.R. Tolkien to your TBR list with status
finished
🗃️ Notes
The default status is
tbr
if you don’t specify oneUse
finished
for books you’ve completed ordnf
for ones you didn’t finishGreat for organizing your reading plans, tracking progress, or sharing your list
Each book on your list is tracked separately—add as many as you like!
🔍 Related Commands
/tbr list – View your own or another user’s TBR list
/tbr remove – Remove a book from your TBR
Last updated