EUD things for Downloader (#4169)

* Initial commit

* Send pagified as with other Downloader's things
This commit is contained in:
jack1142
2020-08-17 01:27:46 +02:00
committed by GitHub
parent 581bdaa496
commit 929fd04613
4 changed files with 47 additions and 8 deletions

View File

@@ -55,6 +55,9 @@ Keys common to both repo and cog info.json (case sensitive)
Keys specific to the cog info.json (case sensitive)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ``end_user_data_statement`` (string) - A statement explaining what end user data the cog is storing.
This is displayed when a user executes ``[p]cog info``. If the statement has changed since last update, user will be informed during the update.
- ``min_bot_version`` (string) - Min version number of Red in the format ``MAJOR.MINOR.MICRO``
- ``max_bot_version`` (string) - Max version number of Red in the format ``MAJOR.MINOR.MICRO``,