16 lines
676 B
JSON
16 lines
676 B
JSON
{
|
|
"/": {
|
|
"file1.txt": "this is the content of file1<br> i like cheese :)",
|
|
"projects": "dir"
|
|
},
|
|
"/projects/": {
|
|
"personal": "dir"
|
|
},
|
|
"/projects/personal/": {
|
|
"discord_bot_builder": "dir"
|
|
},
|
|
"/projects/personal/discord_bot_builder/": {
|
|
"about.txt":"This project is a pesonal project of mine. The goal is that you can easily create discord bots, with commands, to automate some stuff in your discord server!",
|
|
"links.txt": "GitHub: <a href=`` onclick='window.location.href=`https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/`'>https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/</a>"
|
|
}
|
|
} |