-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (53 loc) · 1.53 KB
/
config.json
File metadata and controls
53 lines (53 loc) · 1.53 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
{
"prefix": "!",
"allow_mention_prefix": true,
"owner_ids": [],
"auto_reload": true,
"status": {
"type": "watching",
"text": "{guilds} servers",
"statuses": [
{
"presence": "dnd",
"type": "custom",
"text": "Powered by Zoryx Framework \ud83d\udc51"
},
{
"presence": "dnd",
"type": "listening",
"text": "Cool Right?"
}
],
"interval": 20,
"log_status_updates": false
},
"database": {
"path": "./data/bot.db"
},
"logging": {
"level": "INFO",
"max_bytes": 10485760,
"backup_count": 5
},
"extensions": {
"auto_load": true,
"blacklist": []
},
"cooldowns": {
"default_rate": 3,
"default_per": 5.0
},
"command_permissions": {},
"_comment_framework": "Framework cog configuration - controls internal systems",
"framework": {
"load_cogs": true,
"enable_event_hooks": true,
"enable_plugin_registry": true,
"enable_framework_diagnostics": true,
"enable_slash_command_limiter": true,
"enable_shard_monitor": true,
"enable_shard_manager": true,
"enable_backup_restore": true,
"_comment": "Set any to false to disable that framework feature. Shard cogs also respect .env toggles (ENABLE_SHARD_MONITOR, ENABLE_SHARD_MANAGER)"
}
}