diff options
| author | 2018-11-03 12:51:52 -0400 | |
|---|---|---|
| committer | 2018-11-03 12:51:52 -0400 | |
| commit | 73b64c7f875ee16d1187522840b3ae54619e7322 (patch) | |
| tree | 47a48918239ee7e3b958f3b4b9e6bb9547e8933e /config-default.yml | |
| parent | Fixed eval to allow ```python in messages. (diff) | |
Add "superstarify" replacement for "hiphopify"
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config-default.yml b/config-default.yml index 15f1a143a..046c1ea56 100644 --- a/config-default.yml +++ b/config-default.yml @@ -218,7 +218,7 @@ urls:      site_bigbrother_api:                !JOIN [*SCHEMA, *API, "/bot/bigbrother"]      site_docs_api:                      !JOIN [*SCHEMA, *API, "/bot/docs"]      site_facts_api:                     !JOIN [*SCHEMA, *API, "/bot/snake_facts"] -    site_hiphopify_api:                 !JOIN [*SCHEMA, *API, "/bot/hiphopify"] +    site_superstarify_api:              !JOIN [*SCHEMA, *API, "/bot/superstarify"]      site_idioms_api:                    !JOIN [*SCHEMA, *API, "/bot/snake_idioms"]      site_infractions:                   !JOIN [*SCHEMA, *API, "/bot/infractions"]      site_infractions_user:              !JOIN [*SCHEMA, *API, "/bot/infractions/user/{user_id}"] | 
