From aaa52b796dcf574aa65159ed6e47b19379d86fa9 Mon Sep 17 00:00:00 2001 From: lemonsh Date: Tue, 19 Jul 2022 15:14:03 +0200 Subject: [PATCH] Update sample config --- sample_uberbot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_uberbot.toml b/sample_uberbot.toml index 6899f28..f98bc41 100644 --- a/sample_uberbot.toml +++ b/sample_uberbot.toml @@ -16,6 +16,6 @@ history_depth = 5 search_limit = 5 # optional, default: 3 [spotify] # optional, spotify module disabled if missing -spotify_client_id = "" -spotify_client_secret = "" +client_id = "" +client_secret = ""