diff options
| author | 2021-01-11 03:13:04 +0100 | |
|---|---|---|
| committer | 2021-01-11 03:13:04 +0100 | |
| commit | 24e432c75347eb23025eba6cf37030976ba846e8 (patch) | |
| tree | b8523c34af5d0af73ba451856d10e03b099e44b5 /config-default.yml | |
| parent | Remove old reference to CachedParser and unused const (diff) | |
| parent | Merge pull request #1350 from python-discord/mbaruh/developerectomy (diff) | |
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/config-default.yml b/config-default.yml index 006743342..175460a31 100644 --- a/config-default.yml +++ b/config-default.yml @@ -173,7 +173,6 @@ guild: # Special bot_commands: &BOT_CMD 267659945086812160 esoteric: 470884583684964352 - verification: 352442727016693763 voice_gate: 764802555427029012 # Staff @@ -244,8 +243,6 @@ guild: python_community: &PY_COMMUNITY_ROLE 458226413825294336 sprinters: &SPRINTERS 758422482289426471 - unverified: 739794855945044069 - verified: 352427296948486144 # @Developers on PyDis voice_verified: 764802720779337729 # Staff @@ -323,6 +320,7 @@ filter: keys: site_api: !ENV "BOT_API_KEY" + github: !ENV "GITHUB_API_KEY" urls: @@ -488,7 +486,7 @@ redirect_output: duck_pond: - threshold: 4 + threshold: 5 channel_blacklist: - *ANNOUNCEMENTS - *PYNEWS_CHANNEL @@ -513,20 +511,8 @@ 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_verified: 3 # How many days the user must have been verified for + 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 bot_message_delete_delay: 10 # Seconds before deleting bot's response in Voice Gate minimum_activity_blocks: 3 # Number of 10 minute blocks during which a user must have been active |