v2.5.0 first push

This commit is contained in:
DJj123dj
2022-08-10 19:35:10 +02:00
parent 8aee358081
commit 034247ea99
35 changed files with 844 additions and 317 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ exports.checker = async () => {
}
/**@param {String} value */
const checkToken = (value) => {
if (value.includes(" ") || value.length < 40 || value.length > 90){
if (value.includes(" ") || value.length < 40){
createError("'auth_token' | your token is invalid")
}
}