aboutsummaryrefslogtreecommitdiff
path: root/config.ini.example
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-01-25 22:58:41 -0600
committerParker <contact@pkrm.dev>2025-01-25 22:58:41 -0600
commit3c18d552c2c9eb15834b33687915a7b16c98883b (patch)
treecf502397da128e3c31dc8f45397d1824dd7c2df9 /config.ini.example
reupload
Diffstat (limited to 'config.ini.example')
-rw-r--r--config.ini.example21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.ini.example b/config.ini.example
new file mode 100644
index 0000000..4563a12
--- /dev/null
+++ b/config.ini.example
@@ -0,0 +1,21 @@
+[BOT_INFO]
+token =
+bonus_cooldown =
+bot_color =
+bug_channel_id =
+feedback_channel_id =
+
+[CRYPTO_COMPARE]
+api_key =
+
+[POSTGRESQL]
+username =
+password =
+host =
+port =
+database =
+
+[LAVALINK]
+host =
+port =
+password = \ No newline at end of file