From 3549cfbe2cc3313ecd897285d227dcfbc84ef909 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 4 Jan 2019 18:05:56 +0100 Subject: [PATCH] Update template_config --- template_config.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/template_config.ini b/template_config.ini index 00807e6c..3ca734ca 100644 --- a/template_config.ini +++ b/template_config.ini @@ -10,13 +10,13 @@ server_id = # Channel in which all generic messages should be sent (again RMB+Copy ID) main_channel = # 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) activityreport_sample_time = 600 # Enable song text easter eggs? song_text_easter_eggs_enabled = True # 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 max_ready_time = 30 # Enable radio messages? @@ -59,3 +59,7 @@ ppy_api_key = [Sentry] # Sentry error-reporting token obtainable at https://sentry.io token = + +[YouTube] +# Youtube Data API Key, obtain at https://console.developers.google.com/ +youtube_data_api_key = \ No newline at end of file