mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Updated Publishing your cog (markdown)
parent
b343652bdf
commit
e2fa8e3fd4
@ -14,10 +14,10 @@ Once you're sure that your cog meets the requirements, this is how you proceed:
|
|||||||
* No multiple *.py files in the root folder
|
* No multiple *.py files in the root folder
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
testcog/testcog.py
|
yourcog/testcog.py
|
||||||
testcog/data/text.json
|
yourcog/data/text.json
|
||||||
testcog/data/text2.json
|
yourcog/data/text2.json
|
||||||
testcog/data/moredata/text.json
|
yourcog/data/moredata/text.json
|
||||||
|
|
||||||
When the user installs your cog, the installer will take care of taking your data files and put them in /data/yourcog/, so you can expect them to be there once your cog gets installed.
|
When the user installs your cog, the installer will take care of taking your data files and put them in /data/yourcog/, so you can expect them to be there once your cog gets installed.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user