aboutsummaryrefslogtreecommitdiff
path: root/henti.py
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-16 16:39:55 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-16 16:39:55 +0530
commit2a1a1aa395c623f7c18c1591902c877028710060 (patch)
treef6455d7101c99c5f971f2d0662e14781d22204b1 /henti.py
parent904c2b0209b36fd527175a6f00aa10ce21d54988 (diff)
changed how the bot handles commands, it only supports fetching the title for now
Diffstat (limited to 'henti.py')
-rw-r--r--henti.py2
1 files changed, 1 insertions, 1 deletions
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