diff options
author | Parker <contact@pkrm.dev> | 2024-12-03 22:39:41 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-12-03 22:39:41 -0600 |
commit | 752f4ffde611926437c11fc89d993cc6ffe6ac89 (patch) | |
tree | e933b58d1f10dac1f495844e623adf6989406142 /config.yaml.example | |
parent | 6ea84f6233588935f43f00581cc6af94b5851f41 (diff) |
Update references/documentation
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config.yaml.example b/config.yaml.example index e69de29..701e23c 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -0,0 +1,26 @@ +bot_info: + 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: + +genius: + genius_client_id: + genius_client_secret: + +openai: + openai_api_key:
\ No newline at end of file |