diff options
Diffstat (limited to 'code/utils')
-rw-r--r-- | code/utils/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/utils/config.py b/code/utils/config.py index 9fdcd1d..951676e 100644 --- a/code/utils/config.py +++ b/code/utils/config.py @@ -105,7 +105,7 @@ def load_config(): except FileNotFoundError: # Create a new config.yaml file with the template - with open("config.yaml", "w") as f: + with open(file_path, "w") as f: f.write( """ bot_info: |