-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.toml
More file actions
72 lines (64 loc) · 1.68 KB
/
config.example.toml
File metadata and controls
72 lines (64 loc) · 1.68 KB
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
[bot]
token = "MTQyMjU1OTIyNjIwM.GWv0F5.v9sdNf59KZyWL0jVk_eqokcY-jnQ7X8upVBXYw"
status = "DM FOR SUPPORT"
welcome_message = "Message received! Our staff will get back to you as soon as possible."
close_message = "Thank you for contacting support! Your ticket is now closed."
typing_proxy_from_user = true
typing_proxy_from_staff = true
enable_logs = true
enable_features = true
enable_panel = true
client_id = 1422559226685450
client_secret = "YWaq7VQM28PjfoNuWJPVpcs3gWFXI"
redirect_url = "http://192.168.2.92:3002/api/auth/callback"
timezone = "Europe/Paris"
logs_channel_id = 14043597305635899
features_channel_id = 14069404548309076
ip = "http://192.168.2.92"
panel_super_admin_users = [6891484871962727]
panel_super_admin_roles = []
[bot.mode]
type = "single"
guild_id = 7118802972311856
[command]
prefix = "!"
[thread]
inbox_category_id = 1376460638505960
embedded_message = true
user_message_color = "3d54ff"
staff_message_color = "ff3126"
system_message_color = "00ff00"
block_quote = true
time_to_close_thread = 5
create_ticket_by_create_channel = true
close_on_leave = false
auto_archive_duration = 10080
[language]
default_language = "fr"
fallback_language = "en"
supported_languages = [
"en",
"fr",
"es",
"de",
]
[error_handling]
show_detailed_errors = false
log_errors = true
send_error_embeds = true
auto_delete_error_messages = true
error_message_ttl = 30
display_errors = true
[notifications]
show_success_on_edit = false
show_partial_success_on_edit = true
show_failure_on_edit = true
show_success_on_reply = false
show_success_on_delete = false
show_success = true
show_error = true
[reminders]
embed_color = "ffb800"
[logs]
show_log_on_edit = true
show_log_on_delete = true