diff options
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index a484b4c9..a5f12fe2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -42,7 +42,7 @@ class EnvConfig(BaseSettings): class Config: """Specify what .env files to load, and how to load them.""" - env_file = ".env.server", ".env", + env_file = ".env", env_file_encoding = "utf-8" |