You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)
The text was updated successfully, but these errors were encountered:
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...)
The text was updated successfully, but these errors were encountered: