Small change to config text
This commit is contained in:
parent
da95becba7
commit
6ea84f6233
@ -121,31 +121,31 @@ def load_config():
|
|||||||
f.write(
|
f.write(
|
||||||
"""
|
"""
|
||||||
bot_info:
|
bot_info:
|
||||||
token: ""
|
token:
|
||||||
bot_color: ""
|
bot_color:
|
||||||
bot_invite_link: ""
|
bot_invite_link:
|
||||||
feedback_channel_id: ""
|
feedback_channel_id:
|
||||||
bug_channel_id: ""
|
bug_channel_id:
|
||||||
log_songs: true
|
log_songs: true
|
||||||
|
|
||||||
|
lavalink:
|
||||||
|
host:
|
||||||
|
port:
|
||||||
|
password:
|
||||||
|
|
||||||
youtube:
|
youtube:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
spotify:
|
spotify:
|
||||||
spotify_client_id: ""
|
spotify_client_id:
|
||||||
spotify_client_secret: ""
|
spotify_client_secret:
|
||||||
|
|
||||||
genius:
|
genius:
|
||||||
genius_client_id: ""
|
genius_client_id:
|
||||||
genius_client_secret: ""
|
genius_client_secret:
|
||||||
|
|
||||||
openai:
|
openai:
|
||||||
openai_api_key: ""
|
openai_api_key:
|
||||||
|
|
||||||
lavalink:
|
|
||||||
host: ""
|
|
||||||
port: ""
|
|
||||||
password: ""
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user