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

fix variable rules

makes install repo nullable.
This commit is contained in:
parkervcp 2020-08-02 14:26:40 -04:00
parent eb1821c838
commit 4adbd414a5
No known key found for this signature in database
GPG Key ID: 7C5E91D0CB9B1738

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-07-18T20:57:33-04:00",
"exported_at": "2020-08-02T14:23:55-04:00",
"name": "discord.py generic",
"author": "parker@parkervcp.com",
"description": "A Discord bot written in Python using discord.py\r\n\r\nhttps:\/\/github.com\/Ispira\/pixel-bot",
@ -30,7 +30,7 @@
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string"
"rules": "nullable|string"
},
{
"name": "Install Branch",