Skip to main content
Module

x/discord_rpc_deno/mod.ts>ClientUser#setCeritfiedDevices

port of @xhayper/discord-rpc to deno
Go to Latest
method ClientUser.prototype.setCeritfiedDevices
Re-export
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.17/mod.ts";

Used by hardware manufacturers to send information about the current state of their certified devices that are connected to Discord.

Parameters

devices: CertifiedDevice[]
  • a list of devices for your manufacturer, in order of priority

Returns

Promise<void>