Fixed: checker not working correctly using .env

Fixed the config checker not working correctly when parsing the token from the .env file.
This commit is contained in:
DJj123dj
2025-01-24 17:34:05 +01:00
parent 66b0377a2b
commit 19e5902320
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"version":"open-ticket-v4.0.0"
},
"token":"your bot token here! Or leave empty when you use tokenFromENV",
"token":"your bot token here! (or leave empty when using 'tokenFromENV')",
"tokenFromENV":false,
"mainColor":"#f8ba00",