diff options
Diffstat (limited to 'src/components/projects.json')
| -rw-r--r-- | src/components/projects.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/components/projects.json b/src/components/projects.json new file mode 100644 index 0000000..95ddaab --- /dev/null +++ b/src/components/projects.json @@ -0,0 +1,22 @@ +[ + { + "name": "AleeBot", + "description": "An all-in-one bot that's made from the Discord.JS API!", + "links": [ + { + "name": "Source Code", + "url": "https://github.com/Alee14/AleeBot" + } + ] + }, + { + "name": "DLAP", + "description": "A Discord bot that lets you play local audio tracks in your server.", + "links": [ + { + "name": "Source Code", + "url": "https://github.com/Alee14/DLAP" + } + ] + } +] |
