Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Update nhentai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SOME-1HING committed Jul 12, 2022
1 parent e31f835 commit b142924
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Shikimori/modules/nhentai.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ async def sauce(_, message):
tags = tags.replace(ch, "")

caption=f"""
**Title➢ {title}**
**Title➢ {title}**
**id ➢** `{id}`
**Artist ➢ {artist.capitalize()}
Lang ➢ {language.capitalize()}
**id ➢** `{id}`
**Artist ➢ {artist.capitalize()}
Lang ➢ {language.capitalize()}
Parodies ➢ `{parodies}`
Tags ➢** `{tags}`
Parodies ➢ `{parodies}`
Tags ➢** `{tags}`
**Fav ➢** ❤️`{num_favorites}`
**Pages ➢** `{num_pages}`
**Fav ➢** ❤️`{num_favorites}`
**Pages ➢** `{num_pages}`
"""
buttons = [
[
Expand Down

0 comments on commit b142924

Please sign in to comment.