Change config.yaml -> file_path variable

This commit is contained in:
Parker M. 2024-08-02 21:52:21 -05:00
parent 6fdfba09b2
commit 3f23ef4edf
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

@ -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: