diff options
author | Parker <contact@pkrm.dev> | 2024-12-03 22:38:45 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-12-03 22:38:45 -0600 |
commit | 6ea84f6233588935f43f00581cc6af94b5851f41 (patch) | |
tree | 3eaa9ed39cb471f7597148e7f517d09272e15d57 /code/utils | |
parent | da95becba77392ba7110cab8370c21303ab779fa (diff) |
Small change to config text
Diffstat (limited to 'code/utils')
-rw-r--r-- | code/utils/config.py | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/code/utils/config.py b/code/utils/config.py index f2e0d01..bacf3fc 100644 --- a/code/utils/config.py +++ b/code/utils/config.py @@ -121,31 +121,31 @@ def load_config(): f.write( """ bot_info: - token: "" - bot_color: "" - bot_invite_link: "" - feedback_channel_id: "" - bug_channel_id: "" + token: + bot_color: + bot_invite_link: + feedback_channel_id: + bug_channel_id: log_songs: true +lavalink: + host: + port: + password: + youtube: enabled: false spotify: - spotify_client_id: "" - spotify_client_secret: "" + spotify_client_id: + spotify_client_secret: genius: - genius_client_id: "" - genius_client_secret: "" + genius_client_id: + genius_client_secret: openai: - openai_api_key: "" - -lavalink: - host: "" - port: "" - password: "" + openai_api_key: """ ) |