Discord bot that notifies about Advent Of Code daily puzzles.
Deno must be installed on your machine. See the docs.
To update to the latest version:
deno upgrade
Next, generate a new
Discord Webhook URL
and save it under a new .env
file (copying the template from .env.example
).
For running the server locally, run this command:
deno task start
For formatting, linting, updating dependencies, and updating the lock file run the following:
deno task all
Deno Deploy is the easiest way to deploy your Deno application with an available GitHub repository. The application will automatically be redeployed on push to the main branch.
Ensure to copy the corresponding environmental variables to the deployment under the project's Settings > Environmental Variables.