danparizher / Pax-Academia

General purpose utility bot for the Homework Help Discord server
MIT License
13 stars 5 forks source link

Enhancement: Assert whether environment variables are loaded correctly #240

Open sebastiaan-daniels opened 1 year ago

sebastiaan-daniels commented 1 year ago

Some env variables are crucial for the bot to function correctly. (bot token, deepl token, etc...) When loading the tokens through os, an assert statement should follow to verify whether or not a correct variable is loaded.

(a check can be by length, it must be an int, etc...)

danparizher commented 10 months ago

TODO: add example.env file to the repo