Updated Publishing your cog (markdown)

Twentysix 2016-02-26 13:38:22 +01:00
parent 2ce721946b
commit 9281217bcf

@ -12,6 +12,7 @@ Once you're sure that your cog meets the requirements, this is how you proceed:
* Any data that your cog needs must be in a folder called "data" inside that folder * Any data that your cog needs must be in a folder called "data" inside that folder
* If your cog doesn't need additional files in order to work, don't make a data subfolder * If your cog doesn't need additional files in order to work, don't make a data subfolder
* No multiple *.py files in the root folder * No multiple *.py files in the root folder
* No subfolders inside data folder
Example: Example:
testcog/testcog.py testcog/testcog.py