diff options
| author | 2019-01-12 12:25:34 -0500 | |
|---|---|---|
| committer | 2019-01-12 12:25:34 -0500 | |
| commit | dc73cc829026cd8f63019a061d9b75a735b14835 (patch) | |
| tree | 2d19963fd63acc7d052bdd7e7eed761bfadea3a0 /config-default.yml | |
| parent | Merge pull request #269 from python-discord/disable-rich-embed-filter (diff) | |
| parent | Merge branch 'master' into bigbrother-add-watch-message-to-header-embed (diff) | |
Merge pull request #266 from python-discord/bigbrother-add-watch-message-to-header-embed
Add watch reason to big brother header embed & fix small bug in watch command
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 866a5b5ab..4cc2ff5d5 100644 --- a/config-default.yml +++ b/config-default.yml @@ -240,6 +240,7 @@ urls: site_infractions_type: !JOIN [*SCHEMA, *API, "/bot/infractions/type/{infraction_type}"] site_infractions_by_id: !JOIN [*SCHEMA, *API, "/bot/infractions/id/{infraction_id}"] site_infractions_user_type_current: !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}/{infraction_type}/current"] + site_infractions_user_type: !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}/{infraction_type}"] site_logs_api: !JOIN [*SCHEMA, *API, "/bot/logs"] site_logs_view: !JOIN [*SCHEMA, *DOMAIN, "/bot/logs"] site_names_api: !JOIN [*SCHEMA, *API, "/bot/snake_names"] |