-
Notifications
You must be signed in to change notification settings - Fork 2
/
defaults.config.json
41 lines (39 loc) · 971 Bytes
/
defaults.config.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"token": "BOT TOKEN HERE",
"kutt.it": {
"apikey": "kutt.it API KEY HERE"
},
"cacheTime": 0,
"preview": false,
"hashAlgorithm": "sha256",
"commands": {
"start": "Hello, use this bot in inline mode! (type '@{botname} <message>' and it will give you results!)",
"help": "Hello, this bot is meant to be used in inline mode, talk to @{admin} or visit {repository} for more info."
},
"data": {
"repository": "https://github.com/trgwii/LMGTFY-Bot",
"admin": "TRGWII",
"botname": "lmgtfybot"
},
"sources": [
{
"name": "LMGTFY",
"baseURL": "https://lmgtfy.com/?q="
},
{
"name": "Shortened link (devs.sh)",
"baseURL": "https://lmgtfy.com/?q=",
"urlTransformer": "devs.sh"
},
{
"name": "Shortened link (kutt.it)",
"baseURL": "https://lmgtfy.com/?q=",
"urlTransformer": "kutt.it"
},
{
"name": "Google",
"baseURL": "https://www.google.com/search?q="
}
],
"emptyMessage": "How to type inline query Telegram"
}