discord-rich-presence
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/discord-rich-presence package

0.0.8 • Public • Published

Discord server NPM version NPM downloads Dependencies Patreon

NPM info

Discord Rich Presence

A simple wrapper around discord-rpc

Example

const client = require('discord-rich-presence')('180984871685062656');
 
client.updatePresence({
  state: 'slithering',
  details: '🐍',
  startTimestamp: Date.now(),
  endTimestamp: Date.now() + 1337,
  largeImageKey: 'snek_large',
  smallImageKey: 'snek_small',
  instance: true,
});

In browser you can import/require it as discord-rich-presence/browser. However, it should be noted that currently using rich presence in browser is a feature whitelisted by Discord, and you will most likely be unable to use it.

Package Sidebar

Install

npm i discord-rich-presence

Weekly Downloads

370

Version

0.0.8

License

MIT

Unpacked Size

23.5 kB

Total Files

4

Last publish

Collaborators

  • snek