diff options
| author | 2019-10-05 17:01:32 +1000 | |
|---|---|---|
| committer | 2019-10-05 17:01:32 +1000 | |
| commit | 0159a601af54845f154fbd739ae0f135120b4b2e (patch) | |
| tree | abe27e8074215353b3bfd9def1ae30ae88d56897 /config-default.yml | |
| parent | Merge pull request #441 from python-discord/add-role-info-command (diff) | |
Create the !mention command
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 38b26f64f..827ae4619 100644 --- a/config-default.yml +++ b/config-default.yml @@ -347,6 +347,10 @@ free: cooldown_rate: 1 cooldown_per: 60.0 +mention: + message_timeout: 300 + reset_delay: 5 + redirect_output: delete_invocation: true delete_delay: 15 |