fucking idiot
This commit is contained in:
parent
71f5d02039
commit
d604dfcb03
|
@ -118,7 +118,7 @@ async def generate_media(anilist):
|
||||||
text += f'{next_airing_episode["episode"] - 1}/'
|
text += f'{next_airing_episode["episode"] - 1}/'
|
||||||
text += f'{"???" if episodes is None else episodes}\n'
|
text += f'{"???" if episodes is None else episodes}\n'
|
||||||
if duration:
|
if duration:
|
||||||
text += f'<b>Duration:</b> {duration} minutes{" per episode" if aniist["format"] != "MOVIE" else ""}\n'
|
text += f'<b>Duration:</b> {duration} minutes{" per episode" if anilist["format"] != "MOVIE" else ""}\n'
|
||||||
if chapters:
|
if chapters:
|
||||||
text += f'<b>Chapters:</b> {chapters}\n'
|
text += f'<b>Chapters:</b> {chapters}\n'
|
||||||
if volumes:
|
if volumes:
|
||||||
|
|
Loading…
Reference in New Issue