* 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>
* Remove discord.js dependency.
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
* Force netlify build
builds are being canceled even though there are changes
* Revert "Upgrade packages (#594)"
This reverts commit 5531f2e0c1.
* Revert "Discord chat bot to announce projects (#590)"
This reverts commit 90fece9598.
* Revert "Force netlify build"
This reverts commit 315ebf0c59.
* Make sure project title is robust
* Add support for discord chat bot to announce when images are set, with instructions on configuring for dev
* Tweak discord bot message.
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>