You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
732 B

  1. key: discord
  2. title: Discord
  3. description: Discord is a proprietary freeware VoIP application designed for gaming communities, that specializes in text, video and audio communication between users in a chat channel.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/discord.svg
  6. color: indigo lighten-2
  7. website: https://discord.com/
  8. isAvailable: true
  9. useForm: false
  10. props:
  11. clientId:
  12. type: String
  13. title: Client ID
  14. hint: Application Client ID
  15. order: 1
  16. clientSecret:
  17. type: String
  18. title: Client Secret
  19. hint: Application Client Secret
  20. order: 2
  21. guildId:
  22. type: String
  23. title: Server ID
  24. hint: Optional - Your unique server identifier, such that only members are authorized
  25. order: 3