diff options
| author | 2021-01-16 20:22:20 +0200 | |
|---|---|---|
| committer | 2021-01-16 20:22:20 +0200 | |
| commit | bf6ec95fbca06124d7c239fd8d5831cdcda9febd (patch) | |
| tree | e44e2e266d33472d0849063e6abff22232dbe8d8 /config-default.yml | |
| parent | Add startup and daemon tasks canceling on cog unload (diff) | |
| parent | Update discord.py to the 1.6 release (diff) | |
Merge branch 'master' into branding-manager
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 17 | 
1 files changed, 1 insertions, 16 deletions
| diff --git a/config-default.yml b/config-default.yml index 5a97ec402..1ff4b06f0 100644 --- a/config-default.yml +++ b/config-default.yml @@ -178,7 +178,6 @@ guild:          # Special          bot_commands:       &BOT_CMD        267659945086812160          esoteric:                           470884583684964352 -        verification:                       352442727016693763          voice_gate:                         764802555427029012          # Staff @@ -249,8 +248,6 @@ guild:          python_community:   &PY_COMMUNITY_ROLE  458226413825294336          sprinters:          &SPRINTERS          758422482289426471 -        unverified:                             739794855945044069 -        verified:                               352427296948486144  # @Developers on PyDis          voice_verified:                         764802720779337729          # Staff @@ -494,7 +491,7 @@ redirect_output:  duck_pond: -    threshold: 4 +    threshold: 5      channel_blacklist:          - *ANNOUNCEMENTS          - *PYNEWS_CHANNEL @@ -519,18 +516,6 @@ python_news:      webhook: *PYNEWS_WEBHOOK -verification: -    unverified_after: 3  # Days after which non-Developers receive the @Unverified role -    kicked_after: 30  # Days after which non-Developers get kicked from the guild -    reminder_frequency: 28  # Hours between @Unverified pings -    bot_message_delete_delay: 10  # Seconds before deleting bots response in #verification - -    # Number in range [0, 1] determining the percentage of unverified users that are safe -    # to be kicked from the guild in one batch, any larger amount will require staff confirmation, -    # set this to 0 to require explicit approval for batches of any size -    kick_confirmation_threshold: 0.01  # 1% - -  voice_gate:      minimum_days_member: 3  # How many days the user must have been a member for      minimum_messages: 50  # How many messages a user must have to be eligible for voice | 
