N
N
Nikita Kudrin2020-10-21 00:15:04
Node.js
Nikita Kudrin, 2020-10-21 00:15:04

Discord Rich Presence DiscordRPC. How to send requests?

I have code:

const startTimestamp = new Date();
  rpc.setActivity({
    startTimestamp,
    state: "HHelper Developer's Team",
    details: "Разработка ботов",
    largeImageKey: "hhelper",
    largeImageText: "HHelper Bot",
    smallImageText: "Head Developer",
    partyId: "123123123",
    partySize: 3,
    partyMax: 3,
    instance: false,
  });

How to send requests to Discord? What "transport" to use?
How to authorize DiscordRPC? Is it possible to send a request to an account bot?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question