apacheli / discord-api-libs

List of open-source Discord API Libraries
http://apache.li/discord-api-libs/
Apache License 2.0
144 stars 24 forks source link

Hacktoberfest: Add custom URL metadata to libraries #41

Closed apacheli closed 1 year ago

apacheli commented 1 year ago

Specification:

{
  "name": "library",
  "urls": {
    "homepage": "example.com/homepage",
    "documentation": "example.com/documentation",
    "discord": "example.com/redirect-to-your-discord-server-invite-link",
    "others": {
      "patreon": "etc, etc"
    }
  }
}

Hacktoberfest is currently live on this repository, so feel free to start contributing 🚀 (see guide here)