mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update template_config
This commit is contained in:
parent
f17003ce7b
commit
3549cfbe2c
1 changed files with 6 additions and 2 deletions
|
@ -10,13 +10,13 @@ server_id =
|
||||||
# Channel in which all generic messages should be sent (again RMB+Copy ID)
|
# Channel in which all generic messages should be sent (again RMB+Copy ID)
|
||||||
main_channel =
|
main_channel =
|
||||||
# Time in minutes before the bot automatically disconnects from voice chat
|
# Time in minutes before the bot automatically disconnects from voice chat
|
||||||
afk_timer = 30
|
afk_timer = 60
|
||||||
# Time in between two activity reports (viewable at https://ryg.steffo.eu/activity)
|
# Time in between two activity reports (viewable at https://ryg.steffo.eu/activity)
|
||||||
activityreport_sample_time = 600
|
activityreport_sample_time = 600
|
||||||
# Enable song text easter eggs?
|
# Enable song text easter eggs?
|
||||||
song_text_easter_eggs_enabled = True
|
song_text_easter_eggs_enabled = True
|
||||||
# Maximum videos in queue to predownload
|
# Maximum videos in queue to predownload
|
||||||
video_cache_size = 5
|
video_cache_size = 10
|
||||||
# Maximum time a video may take to become ready (download time) before being removed from the queue
|
# Maximum time a video may take to become ready (download time) before being removed from the queue
|
||||||
max_ready_time = 30
|
max_ready_time = 30
|
||||||
# Enable radio messages?
|
# Enable radio messages?
|
||||||
|
@ -59,3 +59,7 @@ ppy_api_key =
|
||||||
[Sentry]
|
[Sentry]
|
||||||
# Sentry error-reporting token obtainable at https://sentry.io
|
# Sentry error-reporting token obtainable at https://sentry.io
|
||||||
token =
|
token =
|
||||||
|
|
||||||
|
[YouTube]
|
||||||
|
# Youtube Data API Key, obtain at https://console.developers.google.com/
|
||||||
|
youtube_data_api_key =
|
Loading…
Reference in a new issue