forked from UnifierHQ/unifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
67 lines (59 loc) · 1.45 KB
/
config.toml
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
# Unifier config TOML
[system]
debug = false
package = "unifier"
language = "english"
skip_status_check = false
encrypted_env_salt = 10
[roles]
owner = -1
admin_ids = []
[roles.owner_external]
# For each platform, you can add your account's ID here.
revolt = ""
guilded = ""
[bot]
prefix = "u!"
ping = 0
main_color = "ed4545"
[backups]
compress_cache = true
periodic_backup = 0
periodic_backup_cloud = 0
cloud_backup_endpoint = ""
cloud_backup_salt = 12
[plugin]
branch = "main"
repo = "https://github.com/UnifierHQ/unifier"
check_endpoint = "https://github.com/UnifierHQ/unifier-version.git"
files_endpoint = "https://github.com/UnifierHQ"
[moderation]
enable_logging = false
enable_reporting = false
enable_rtt = true
logging_edit = false
logging_delete = false
home_guild = -1
logs_channel = -1
reports_channel = -1
moderator_role = -1
[bridge]
use_multicore = true
allow_posts = false
enable_exp = false
exp_cooldown = 30
existence_wait = 0
enable_emoji_tags = false
enable_ctx_commands = true
enable_rotating_status = true
enable_seasonal_status = true # Rotating status must be enabled for this to have any effect.
enable_safety_alerts = false
safe_filetypes = true
suppress_filesize_warning = false
permanent_invites = false
enable_private_rooms = false # WARNING: Private Rooms are experimental, privacy is not guaranteed. Use at your own risk.
private_rooms_limit = 0
main_room = "main"
alerts_room = "alerts"
posts_room = "posts"
posts_ref_room = "post-comments"