This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json
67 lines (67 loc) · 2.67 KB
/
conf.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"db": {
"db_name":"/helix-twitter",
"options":{
"useNewUrlParser": true,
"useUnifiedTopology": true,
"useCreateIndex": true,
"useFindAndModify": false,
"autoIndex": false,
"poolSize": 10,
"serverSelectionTimeoutMS": 5000,
"socketTimeoutMS": 45000,
"family": 4
}
},
"twitter": {
"status": "active",
"keyword": "HelixTipBot",
"autohook_port":"80"
},
"helix": {
"local": "http://localhost:8085"
},
"messages": {
"typing_delay":1500,
"error": "⛔😫 Sorry %name%, something went wrong",
"restricted_command": "The command you are trying to access can be only be performed by DM 😥. Use the HelixTipBot !help request to get an overview of available commands.🙋",
"invalid_command": "No valid command could be parsed 😲. Use the !help request to get an overview of available commands.",
"help":
"Commands:🌊\n 🤑 !account: show balance \n ⚡ !register: creates an id \n 🌠 !withdraw <address> <unit>: withdraws your balance \n ✨ !tip <nick> <amount> <unit>: tip a user \n 🌱 !terms: terms and conditions \n 😢 !deregister : Removes an existing account from database ✌ \n\n Kindly note ☝, a valid unit is $mHLX, $hlx, etc and are case insensitive",
"help_ext":
"Commands:🌊\n 🤑 !account: show balance \n ⚡ !register: creates an id \n 🌠 !withdraw <address> <unit>: withdraws your balance \n ✨ !tip <nick> <amount> <unit>: tip a user \n 🌱 !terms: terms and conditions \n 😢 !deregister : Removes an existing account from database",
"terms":
"Terms and Conditions:\n 🏆 There are no fees to use the HelixTipBot \n ⚠ In no event shall Helix be responsible in the event of lost, stolen or misdirected funds "
},
"quick_reply_obj":{
"type": "options",
"options":[
{
"label": "HelixTipBot !account",
"description": "🤑 Show me account details ",
"metadata": "account"
},
{
"label": "HelixTipBot !help",
"description": "🙋 Show me available commands",
"metadata": "help"
},
{
"label": "HelixTipBot !deregister",
"description": "⭕ Deregister from an account ",
"metadata": "deregister"
},
{
"label": "HelixTipBot !register",
"description": "🎉 Register a new account ",
"metadata": "register"
},
{
"label": "HelixTipBot !terms",
"description": "☝ Show me the terms and conditions ",
"metadata": "terms"
}
]
},
"error_codes":{"completed":1, "error":2, "insufficientBalance":3,"invalidparams":4}
}