Discord chat bot to announce projects (#590)

Add support for discord chat bot to announce when images are set, with instructions on configuring for dev. This uses the REST
API instead of a websocket connection, which is needed for serverless deployment.

Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
This commit is contained in:
Scott Martin
2022-01-13 15:11:30 -05:00
parent 861b8374bf
commit c9b12fc938
7 changed files with 159 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
'SENTRY_AUTH_TOKEN',
'SENTRY_ORG',
'SENTRY_PROJECT',
'EMAIL_PASSWORD'
'EMAIL_PASSWORD',
]
# experimentalFastRefresh = true # this seems to break cascadeStudio
[api]