Merge pull request #636 from parkervcp/update/discordpy

nullable variables
This commit is contained in:
Michael (Parker) Parker 2020-08-02 15:42:49 -04:00 committed by GitHub
commit a2da99ba38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-08-02T14:23:55-04:00",
"exported_at": "2020-08-02T14:36:53-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",
@ -39,7 +39,7 @@
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string"
"rules": "nullable|string"
},
{
"name": "User Uploaded Files",
@ -75,7 +75,7 @@
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string"
"rules": "nullable|string"
}
]
}