yadPe / beatconnect_client

The Beatconnect desktop app ! Download and manage beatmaps, collection and packs directly in sync with Osu!
https://beatconnect.io/client
GNU General Public License v3.0
36 stars 5 forks source link

Discord rich presence for currently playings sound #362

Closed yadPe closed 3 years ago

yadPe commented 3 years ago
const discordActivity = {
  state: '',
  details: '',
  buttons: [{ label: 'off', url: 'niet' }],
  instance: false,
  startTimestamp: 0,
  endTimestamp: 0,
  largeImageKey: '',
  largeImageText: '',
  smallImageKey: '',
  smallImageText: '',
  partySize: 0,
  partyId: 0,
  partyMax: 0,
  matchSecret: 0,
  joinSecret: 0,
  spectateSecret: 0,
};