/CloudCord

Primary LanguageJavaScriptMIT LicenseMIT

📑 Feature

  • Display Rich Presence
  • Easy to use

📎 Requirements

📚 Installation

git clone https://github.com/Adivise/CloudCord
cd CloudCord
npm install

📄 Configuration

Copy or Rename config.json.example to config.json and fill out the values:

{
  "discord": {
    "ClientID": "YOUR_APPLICTION_ID"
  },
  "soundcloud": {
    "ClientID": "YOUR_SOUNDCLOUD_CLIENT_ID"
  }
}

After installation or finishes all you can use node . to start the rpc.

🤖 Credits