Update egg-j-music-bot.json

Token from discord have length equal to 70 not 64
This commit is contained in:
DaFray31 2022-05-12 15:16:04 +02:00 committed by GitHub
parent 2504d811a2
commit 12273e55b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
"default_value": "You need to get a token",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:64"
"rules": "required|string|max:70"
},
{
"name": "[REQUIRED] Bot Owner ID",
@ -127,4 +127,4 @@
"rules": "required|integer"
}
]
}
}