-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
78 lines (77 loc) · 2.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"using": "public",
"public": {
"is_test": false,
"register_slash_commands": true,
"db_logs": false,
"prefix": ".",
"chrome_path" :"/opt/google/chrome/google-chrome",
"creationDate": [2023, 12, 21],
"main_url": "https://senko.tsunamistudio.net/",
"web_link": "https://discord.com/api/oauth2/authorize?client_id=928399458570502155&response_type=token&redirect_uri=https%3A%2F%2Fsenko.tsunamistudio.net%2F&scope=identify+guilds+email",
"port": 3000,
"api_max_listeners": 0,
"audio_port": 30004,
"audio_station_banned_names": ["admin", "owner"],
"whitelist": false,
"aduio_file_path": "/db/files/audio/",
"config": {
"messages_logs": false,
"owner_id": "438336824516149249",
"lvling": {
"min_xp": 5,
"max_xp": 15
}
},
"admin_list": ["438336824516149249"],
"sdk": {
"run": false,
"client_id": ""
},
"is_ellie_config": false,
"disable_ellie_commands": [
"play","s-bread", "s-bruh", "s-cards", "s-dad-joke", "s-dance", "s-fluff", "s-hug", "s-love", "s-mad", "s-opening", "s-pat", "s-protecc", "s-simp", "s-spank"
],
"disable_commands":[
"live_caption"
]
},
"local_dev": {
"is_test": true,
"register_slash_commands": true,
"db_logs": true,
"test_slash_commands_path": "slash",
"prefix": ".",
"creationDate": [2023, 12, 21],
"test_commands_server_list": ["727662119553728532"],
"main_url": "http://localhost:3000/",
"web_link": "https://discord.com/api/oauth2/authorize?client_id=797070806885990431&response_type=token&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&scope=identify+guilds+email",
"port": 3000,
"api_max_listeners": 0,
"audio_port": 3002,
"audio_station_banned_names": [],
"whitelist": [
"727662119553728532"
],
"aduio_file_path": "/db/files/audio/",
"config": {
"messages_logs": false,
"owner_id": "438336824516149249",
"lvling": {
"min_xp": 5,
"max_xp": 15
}
},
"admin_list": ["438336824516149249"],
"sdk": {
"run": true,
"client_id": "928399458570502155"
},
"is_ellie_config": false,
"disable_ellie_commands": [
],
"disable_commands":[
"play"
]
}
}