diff options
| author | 2021-01-03 07:57:49 +0000 | |
|---|---|---|
| committer | 2021-01-03 07:57:49 +0000 | |
| commit | 3f52698dbf9bd8277b8ec5c0c25c1d56bd159a8e (patch) | |
| tree | 34cb166f6b98562443a79d42f987989293ec5da2 /config-default.yml | |
| parent | Re-lock Pipfile (diff) | |
| parent | Merge pull request #1334 from python-discord/bug/precommit-pycharm (diff) | |
Merge branch 'master' into branding-manager
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 9e1c9c012..5a97ec402 100644 --- a/config-default.yml +++ b/config-default.yml @@ -328,7 +328,7 @@ filter: keys: site_api: !ENV "BOT_API_KEY" - github: !ENV "GITHUB_TOKEN" + github: !ENV "GITHUB_API_KEY" urls: @@ -532,7 +532,7 @@ verification: 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 |