fixed some rare boot looping

This commit is contained in:
2024-06-08 23:54:28 +02:00
parent a5fdf699d6
commit 6e6a613893
7 changed files with 116 additions and 66 deletions

View File

@@ -1,4 +1,6 @@
BOT_TOKEN="<Your bot token>"
OWNER_GUILD="<Your bot manage guild id>"
OWNER_USER="<Your user id>"
DB_USER="postgres"
DB_PASSWORD="<Your db password>"
DB_SERVER="localhost"