1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

update discord.js egg

change the repo vairable from required to nullable.
This commit is contained in:
Michael (Parker) Parker 2019-04-01 15:17:36 -04:00
parent b9396c6153
commit b61159d745
No known key found for this signature in database
GPG Key ID: 1C74B05F7BE35E49

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2019-04-01T09:21:41-04:00",
"exported_at": "2019-04-01T15:16:34-04:00",
"name": "discord.js generic",
"author": "parker@parkervcp.com",
"description": "a generic discord js bot egg\r\n\r\nThis will clone a git repo for a bot. it defaults to master if no branch is specified.\r\n\r\nInstalls the node_modules on install. If you set user_upload then I assume you know what you are doing.",
@ -30,7 +30,7 @@
"default_value": "",
"user_viewable": 1,
"user_editable": 0,
"rules": "required|string|max:128"
"rules": "nullable|string|max:128"
},
{
"name": "Install Branch",