WIP: Add to the timer the kick functionality
All checks were successful
Test / build (push) Successful in 13s

This commit is contained in:
Ethan Lane 2024-12-21 14:24:38 +00:00
parent 94a2965e8e
commit afafe246a8
3 changed files with 32 additions and 8 deletions

View file

@ -7,7 +7,7 @@
# any secret values.
BOT_TOKEN=
BOT_VER=3.2.3
BOT_VER=3.2.4
BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060
@ -23,4 +23,6 @@ DB_NAME=vylbot
DB_AUTH_USER=dev
DB_AUTH_PASS=dev
DB_SYNC=true
DB_LOGGING=true
DB_LOGGING=true
DB_DATA_LOCATION=./.temp/database
DB_ROOT_HOST=0.0.0.0