xhyrom / bun-discord-bot

official discord bot for bun server
https://bun.sh/discord
MIT License
37 stars 4 forks source link

refactor!: rewrite #32

Closed xhyrom closed 10 months ago

xhyrom commented 11 months ago

Thanks @Didas-git for big help https://github.com/xHyroM/bun-discord-bot/pull/31

Didas-git commented 11 months ago

Just going to state what i said in discord again so people are aware.

Bun loads env.production and env.development according to NODE_ENV so doing any runtime checks for a constant is not needed.

There is also env.local that gets priority over all the previous ones and can also be used for the same purpose.

xhyrom commented 11 months ago

Just going to state what i said in discord again so people are aware.

Bun loads env.production and env.development according to NODE_ENV so doing any runtime checks for a constant is not needed.

There is also env.local that gets priority over all the previous ones and can also be used for the same purpose.

ohhh, yep

Didas-git commented 11 months ago

On a side note.

The README should be updated, the bot hasnt been serverless for a while now.