From 587ecd6cae7ca1d29b53fdcc8b93aab8fd7cdd69 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 26 Jun 2024 17:45:26 -0500 Subject: [PATCH] Update to new `config.ini` template --- config.ini.example | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/config.ini.example b/config.ini.example index c5f2a88..c2200c5 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,14 +1,18 @@ [BOT_INFO] -token = -bot_color = -feedback_channel_id = -spotify_client_id = -spotify_client_secret = -openai_api_key = -bug_channel_id = -bot_invite_link = +token = +bot_color = +bot_invite_link = +feedback_channel_id = +bug_channel_id = + +[SPOTIFY] +spotify_client_id = +spotify_client_secret = + +[OPENAI] +openai_api_key = [LAVALINK] -host = -port = -password = \ No newline at end of file +host = +port = +password =