Skip to content

Commit

Permalink
Update egg-j-music-bot.json
Browse files Browse the repository at this point in the history
Token from discord have length equal to 70 not 64
  • Loading branch information
DaFray31 authored May 12, 2022
1 parent 2504d81 commit 12273e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bots/discord/jmusicbot/egg-j-music-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -127,4 +127,4 @@
"rules": "required|integer"
}
]
}
}

0 comments on commit 12273e5

Please sign in to comment.