Skip to content

Commit

Permalink
added features like implementation of the custom api, getting data fr…
Browse files Browse the repository at this point in the history
…om libgen.rs, and all put together
  • Loading branch information
0Armaan025 committed Jun 20, 2024
1 parent 6bf039e commit 313db74
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
Empty file removed .env
Empty file.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@
<br>
$howdy
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/9c27d453-11e0-4a72-8bdd-872d0031c798" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/9c27d453-11e0-4a72-8bdd-872d0031c798" width="150">
<br>
$farewell
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/ea903145-3e3e-4a08-a0f5-9b533a0bbe45" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/ea903145-3e3e-4a08-a0f5-9b533a0bbe45" width="150">
<br>
$test
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/8039a928-eb7a-42ef-aa52-4a54b77a918c" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/8039a928-eb7a-42ef-aa52-4a54b77a918c" width="150">
<br>
$find
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/c4052160-5320-40ae-817f-538bf18de280" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/c4052160-5320-40ae-817f-538bf18de280" width="150">
<br>
(**Point to note: you directly get the download link from libgen.rs, thanks to them**)
<br>
$recommend
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/75f9e7a6-1f6d-4424-8335-e822b169f2fa" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/75f9e7a6-1f6d-4424-8335-e822b169f2fa" width="150">
<br>
$read-book
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/a798e266-d42e-489d-8a2c-1ae933404c2b" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/a798e266-d42e-489d-8a2c-1ae933404c2b" width="150">
<br>
$stop-session
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/6159cb8d-d8f3-4179-86da-90679c6a6865" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/6159cb8d-d8f3-4179-86da-90679c6a6865" width="150">
<br>
$sessions
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/296bfd5d-39bd-44c7-b53c-11afa34dd04c" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/296bfd5d-39bd-44c7-b53c-11afa34dd04c" width="150">
<br>
$total-time
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/9882c7d7-a429-4b94-9c1e-bc640ed6371a" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/9882c7d7-a429-4b94-9c1e-bc640ed6371a" width="150">
<br>
$leaderboard
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/2c59d83a-d023-425f-a7d6-7b719dc687f6" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/2c59d83a-d023-425f-a7d6-7b719dc687f6" width="150">
<br>
$help-me
<br>
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/60fdcdf9-9d22-4d3b-9a9d-b6922c2f5ab5" width="50">
<img src="https://github.com/0Armaan025/discord-library-bot/assets/104704093/60fdcdf9-9d22-4d3b-9a9d-b6922c2f5ab5" width="150">
<br>

# Feel free to contribute and give a ⭐!
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ async def leaderboard(ctx):

await ctx.send(response)

bot.run(os.getenv('token'))
bot.run('MTI1MjkxNTk1NjAzMjczNzQ2MQ.G6R8iO.KPyudaXcwCUUSIwElycKDCVPYEoTV-XXrgOpzA')
8 changes: 8 additions & 0 deletions storehouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"bookName": "new",
"bookAuthor": "new",
"timeElapsed": 226.25517201423645
},
{
"sessionId": "b5eaa5fa-e539-4469-b391-2acc5565c22f",
"startTime": 1718900391.0946095,
"endTime": 1718900410.7586343,
"bookName": "new book",
"bookAuthor": "yes",
"timeElapsed": 19.664024829864502
}
]
}
Expand Down

0 comments on commit 313db74

Please sign in to comment.