diff options
| author | 2018-07-23 22:20:40 -0400 | |
|---|---|---|
| committer | 2018-07-23 22:20:40 -0400 | |
| commit | ef1fc0e923ed0d9e730bcda20c4f5adfd3b46241 (patch) | |
| tree | 1a3294c0129701bfae4271bb90a3cec4d79546f2 /config-default.yml | |
| parent | Add tempban, add function to cancel active expiration tasks (diff) | |
Unmute and unban commands
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 8f0c32af9..15cdd948c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -89,5 +89,6 @@ urls: site_infractions_user: 'https://api.pythondiscord.com/bot/infractions/user/{user_id}' site_infractions_type: 'https://api.pythondiscord.com/bot/infractions/type/{infraction_type}' site_infractions_by_id: 'https://api.pythondiscord.com/bot/infractions/id/{infraction_id}' + site_infractions_user_type_current: 'https://api.pythondiscord.com/bot/infractions/user/{user_id}/{infraction_type}/current' status: !ENV 'STATUS_URL' paste_service: 'https://paste.pydis.com/{key}' |