-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconst.py
executable file
·28 lines (19 loc) · 920 Bytes
/
const.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
START_TEXT = """Hi! My name is <b>Pi</b>. My senpai calls me 3.14 ;).
--<i>Here is a list of commands that my senpai has taught me.</i>--
/slangme <i>[slang]</i>
tells you a random slang if no slang's given
/praise <i>[first name]</i> <i>[last name]</i>
throws a joke at someone
<i>You can send</i> '/stop' <i>anytime to hurt me.</i>
"""
HELP_TEXT = """--<i>Here is a list of commands that my senpai has taught me.</i>--
/slangme <i>[slang]</i>
tells you a random slang if no slang's given
/praise <i>[first name]</i> <i>[last name]</i>
throws a joke at someone
<i>You can send</i> '/stop' <i>anytime to hurt me.</i>
"""
CN_THUMB = 'https://drive.google.com/file/d/1oz5UqrJB5IIoN-ua8RJg40zjktWhW8GN/view?usp=sharing'
CN_URL = 'http://www.icndb.com/api'
UD_THUMB = 'https://drive.google.com/file/d/1Jcaxd3BG--Fwho8Kx_DGJL0AYXwXKcMa/view?usp=sharing'
UD_URL = 'http://api.urbandictionary.com/v0/define?term=word'