This commit is contained in:
2026-02-27 16:05:45 +03:00
parent a57a5278d6
commit bb96aa1cce
5 changed files with 73 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
[bot]
token = "YOUR_BOT_TOKEN"
creator_id = 123456789
[database]
host = "localhost"
port = 5432
user = "postgres"
password = "password"
database = "dutylog"