did some stuff.

nothing special
This commit is contained in:
valentijn
2024-02-01 13:55:07 +01:00
parent fe674c9e06
commit beda73729d
5 changed files with 387 additions and 12 deletions

View File

@@ -1,18 +1,16 @@
{
"/": {
"file1.txt": "this is the content of file1<br> i like cheese :)",
"projects": "dir",
"another_folder": "dir"
"projects": "dir"
},
"/projects/": {
"file2.txt": "this is file 2 :0",
"file3.txt": "and file 3 :D",
"kaas": "dir"
"personal": "dir"
},
"/projects/kaas/": {
"file4.txt": "HOW DARE YOU OPEN THIS FILE,<br> NOW YOU WILL BURN IN HELL >:("
"/projects/personal/": {
"discord_bot_builder": "dir"
},
"/another_folder/": {
"main.py": "this is totally a python script :)"
"/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>"
}
}