forked from fxuls/ez-sticker-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
29 lines (29 loc) · 871 Bytes
/
config_example.json
File metadata and controls
29 lines (29 loc) · 871 Bytes
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
{
"uses": 0,
"default_user": {
"icon_warned": false,
"lang": "en",
"opt_in": true,
"uses": 0
},
"donate_paypal": "https://paypal.me/fxuls",
"donate_cashapp": "https://cash.app/$fxuls",
"donate_btc": "1LRsDwsAD3h7fdnAi4BqmrJUMLaBTsdEuw",
"donate_eth": "0x690e189d6602Ee082489866cEAb7433BbC0C3227",
"donate_suggest_interval": 10,
"times_shared": 0,
"admins": [],
"token": "TOKEN_FROM_BOTFATHER",
"langs_auto_set": 0,
"override_opt_out": false,
"send_opt_out_message": true,
"contact_dev_link": "https://t.me/fxuls",
"rate_link": "https://t.me/tlgrmcbot?start=ezstickerbot-bot",
"source_link": "https://github.com/fxuls/ez-sticker-bot",
"share_thumb_url": "https://i.imgur.com/7XCsMmu.jpg",
"save_interval": 300,
"spam_interval": 600,
"spam_max": 30,
"broadcast_batch_size": 25,
"broadcast_batch_interval": 15
}