If you want to help contributing your liblary to discord.builers follow these steps:
-
Download repo:
git clone https://github.com/StartITBot/discord.builders-toolkit.git cd discord.builders-toolkit
-
Make sure your have Node v16+ installed, then do:
npm install
-
Go to 'spec' and create folder with your library name. Please use only a-z, 0-9 chars.
mkdir spec/discordpy
If you want to support multiple formats use dash symbol. Example:
discordpy-formatname
-
In your folder create entry file named "main.???.ejs" (ex. main.py.ejs)
To test your spec, generate JSON on https://discord.builders/, paste it in input.json and check output file in the same folder.