diff options
| author | 2020-11-05 14:08:45 -0600 | |
|---|---|---|
| committer | 2020-11-05 14:08:45 -0600 | |
| commit | bf7916a3e197540420167fd82cd2de269ff52624 (patch) | |
| tree | 5a5016e0c8feda4e1143d1e3601fd9218e78a547 /config-default.yml | |
| parent | Bug fixes, including improper cache calls, typos and more (diff) | |
- Added ping deletion time to config file.
- Added ping message constant to the top of the voice_gate.py file.
- Corrected logic error in checking if a user is cached and in a voice channel.
- Reduced default message deletion time to 1 minute from 5 minutes.
- Adjusted on_message event to ignore the verification ping message.
Signed-off-by: Daniel Brown <[email protected]>
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 071f6e1ec..058efa9ad 100644 --- a/config-default.yml +++ b/config-default.yml @@ -521,6 +521,7 @@ voice_gate: minimum_days_verified: 3 # How many days the user must have been verified 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 + voice_ping_delete_delay: 60 # Seconds before deleting the bot's ping to user in Voice Gate config: |