SleepyDaniel / sigma-presence

Custom Discord RPC with modern interface :3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sigma Presence

Custom Discord RPC with modern interface :3 (sorry i had no idea for name)

Getting Started

Windows Users:

  1. Download the latest .exe release.
  2. Run the installer.
  3. Launch Sigma Presence.
  4. Input your Discord application's Client ID.
  5. Customize your presence details.
  6. Click "Start RPC" and you're all set!

or compile from source:

  1. Clone repository.
  2. Install packages npm i
  3. Start it! npm start

Mac and Linux Users:

  1. Download source code.
  2. Open your terminal.
  3. Compile from Source:
    • Use the electron-build package:
      • For Linux: electron-build --linux
      • For Mac: electron-build --mac
  4. Alternatively, run in development mode:
    • npm start

Enjoy :)

About

Custom Discord RPC with modern interface :3

License:MIT License


Languages

Language:HTML 70.0%Language:JavaScript 28.8%Language:CSS 1.2%