Compare commits

...

2 commits

Author SHA1 Message Date
Heli-o
8eedb8d80a concluded merge 2024-12-27 01:27:11 +01:00
Heli-o
18bbfe775e uppercased environment variables 2024-12-27 01:19:00 +01:00

View file

@ -27,8 +27,8 @@
the example .env is
```
WEBHOOK_URL=<webhook_url>
WEBHOOK_NAME=Flipper
WEBHOOK_PROFILE_PICTURE=https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096
WEBHOOK_NAME=Auction_Notifier
WEBHOOK_PROFILE_PICTURE=<picture_url>
```
You can also add these as environment variables into your system when running Node or run the app via `node --env-file=.env index.js`