definition.yml 732 Bytes
Newer Older
1 2
key: discord
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 10
useForm: false
props:
11 12 13 14 15 16 17 18 19 20
  clientId:
    type: String
    title: Client ID
    hint: Application Client ID
    order: 1
  clientSecret:
    type: String
    title: Client Secret
    hint: Application Client Secret
    order: 2
21 22 23 24 25
  guildId:
    type: String
    title: Server ID
    hint: Optional - Your unique server identifier, such that only members are authorized
    order: 3