From 2a1a1aa395c623f7c18c1591902c877028710060 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 16 Dec 2020 16:39:55 +0530 Subject: changed how the bot handles commands, it only supports fetching the title for now --- henti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'henti.py') diff --git a/henti.py b/henti.py index ae341d3..4d9a629 100644 --- a/henti.py +++ b/henti.py @@ -1,7 +1,7 @@ from hentai import Hentai from hentai import Format -def find_title(sauce): +def get_title(sauce): # get hentai title in readable format henti_title = str(Hentai(sauce).title(Format.Pretty)) return henti_title -- cgit v1.2.3