diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 35 | 
1 files changed, 30 insertions, 5 deletions
diff --git a/config-default.yml b/config-default.yml index e7145289d..bb49a46e1 100644 --- a/config-default.yml +++ b/config-default.yml @@ -72,6 +72,8 @@ style:          user_unmute:   "https://cdn.discordapp.com/emojis/472472639206719508.png"          user_verified: "https://cdn.discordapp.com/emojis/470326274519334936.png" +        user_warn: "https://cdn.discordapp.com/emojis/470326274238447633.png" +          pencil: "https://cdn.discordapp.com/emojis/470326272401211415.png"          remind_blurple: "https://cdn.discordapp.com/emojis/477907609215827968.png" @@ -83,12 +85,16 @@ style:  guild:      id: 267624335836053506 +    categories: +        python_help:                      356013061213126657 +      channels:          admins:            &ADMINS        365960823622991872          announcements:                    354619224620138496          big_brother_logs:  &BBLOGS        468507907357409333          bot:                              267659945086812160          checkpoint_test:                  422077681434099723 +        defcon:                           464469101889454091          devalerts:                        460181980097675264          devlog:            &DEVLOG        409308876241108992          devtest:           &DEVTEST       414574275865870337 @@ -131,11 +137,19 @@ guild:  filter:      # What do we filter? -    filter_zalgo:   false -    filter_invites: true -    filter_domains: true -    watch_words:    true -    watch_tokens:   true +    filter_zalgo:       false +    filter_invites:     true +    filter_domains:     true +    filter_rich_embeds: false +    watch_words:        true +    watch_tokens:       true + +    # Notify user on filter? +    # Notifications are not expected for "watchlist" type filters +    notify_user_zalgo:       false +    notify_user_invites:     true +    notify_user_domains:     false +    notify_user_rich_embeds: true      # Filter configuration      ping_everyone: true  # Ping @everyone when we send a mod-alert? @@ -145,6 +159,8 @@ filter:          - 267624335836053506  # Python Discord          - 440186186024222721  # Python Discord: ModLog Emojis          - 273944235143593984  # STEM +        - 348658686962696195  # RLBot +        - 531221516914917387  # Pallets      domain_blacklist:          - pornhub.com @@ -227,6 +243,7 @@ urls:      site_infractions_type:              !JOIN [*SCHEMA, *API, "/bot/infractions/type/{infraction_type}"]      site_infractions_by_id:             !JOIN [*SCHEMA, *API, "/bot/infractions/id/{infraction_id}"]      site_infractions_user_type_current: !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}/{infraction_type}/current"] +    site_infractions_user_type:         !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}/{infraction_type}"]      site_logs_api:                      !JOIN [*SCHEMA, *API, "/bot/logs"]      site_logs_view:                     !JOIN [*SCHEMA, *DOMAIN, "/bot/logs"]      site_names_api:                     !JOIN [*SCHEMA, *API, "/bot/snake_names"] @@ -323,5 +340,13 @@ big_brother:      header_message_limit: 15 +free: +    # Seconds to elapse for a channel +    # to be considered inactive. +    activity_timeout: 600 +    cooldown_rate: 1 +    cooldown_per: 60.0 + +  config:      required_keys: ['bot.token']  |