did some stuff.
nothing special
This commit is contained in:
@@ -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>"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user