diff options
author | 2018-05-31 18:28:41 +0100 | |
---|---|---|
committer | 2018-05-31 18:28:41 +0100 | |
commit | 8b9d2bedb01f95f4a14f2ff583163302bfc1d56f (patch) | |
tree | d78dd18a107ed1aff2b1f953ce84ee5bdca07107 | |
parent | Add building of Dockerfile.base if changed [ci skip] (diff) | |
parent | Merge remote-tracking branch 'origin/master' (diff) |
Merge branch 'master' of github.com:discord-python/site [ci skip]
-rw-r--r-- | gunicorn_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gunicorn_config.py b/gunicorn_config.py index 578399d7..1ad1ce39 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -58,7 +58,7 @@ def _when_ready(server=None, output_func=None): "data": { "target": CHANNEL_DEV_LOGS, "title": "Site Deployment", - "message": "The site has been deployed!" + "description": "The site has been deployed!" } }, routing_key=BOT_EVENT_QUEUE |