diff options
author | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
commit | 9e1729aa290501e5a3da546455fe68e8c13ce212 (patch) | |
tree | 49d1c9f92a7493129b923455b768c6ab96048693 /config.ini.example | |
parent | 1bffa26776f6c80e2f2513d236f78ce9b7eea39f (diff) |
Change config validation - make more stuff optional
Diffstat (limited to 'config.ini.example')
-rw-r--r-- | config.ini.example | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config.ini.example b/config.ini.example deleted file mode 100644 index c2200c5..0000000 --- a/config.ini.example +++ /dev/null @@ -1,18 +0,0 @@ -[BOT_INFO] -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 = |