aboutsummaryrefslogtreecommitdiff
path: root/src/components/projects.json
blob: 95ddaabbc264135fe10c2c2c902bc0375a716746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
      }
    ]
  }
]