-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
50 lines (50 loc) · 1.63 KB
/
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
42
43
44
45
46
47
48
49
50
{
"global": {
"token": "TOKEN_OR_API_KEY",
"prefix": ";",
"playing": ["navibot.py", ";h"],
"playing_delay": 120,
"owner_ids": [136219803139571712],
"public_repo": "https://raw.githubusercontent.com/Kubinyete/navibot/dev/repo"
},
"database": {
"host": "192.168.1.102",
"port": 3306,
"user": "navibot",
"password": "navibot",
"db": "navibotdb"
},
"connections": {
"enable": false,
"listen": "127.0.0.1",
"port": 7777
},
"guild_settings": {
"bot_prefix": ";",
"bot_lang": "pt-BR",
"nsfw_disabled": true,
"gst_welcome_channel_id": 0,
"gst_welcome_channel_message": "embed -t \"{getmember --display_name} {choice \"acabou de chegar!\" \"está na área!\" \"chegou chegando!\"}\" -d \"Olá {getmember --mention}, seja bem-vindo ao servidor!\" -timg \"{avatar --size=512 --url}\" ",
"pro_show_levelup": false
},
"modules": {
"preferences": {
"default_history_max_depth": 50,
"default_io_max_image_size": 256,
"default_io_max_image_kb_size": 1024,
"default_io_supported_image_format": ["png", "jpg", "jpeg", "gif", "webp"],
"default_io_image_format": "png"
},
"osu": {
"key": "TOKEN_OR_API_KEY"
},
"steam": {
"key": "TOKEN_OR_API_KEY"
},
"progression": {
"sync_interval": 120,
"expected_message_length": 50,
"expected_reward_value": 50
}
}
}