Skip to content

Repository files navigation


@visoftware/discord-rpc


npm version

About

@vi-software/discord-rpc is a fork of @xmcl/discord-rpc for VI Software Launcher with type safety and some additional features.

Example

import { Client } from "@visoftware/discord-rpc";

const client = new Client({
    clientId: "123456789012345678"
});

client.on("ready", () => {
    client.user?.setActivity({
        state: "Hello, world!"
    });
});

client.login();

Credits

About

A fork of @xmcl/discord-rpc for VI Software Launcher

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages