Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_rpc_deno/src/Client.ts>Client#destroy

port of @xhayper/discord-rpc to deno
Go to Latest
method Client.prototype.destroy
import { Client } from "https://deno.land/x/discord_rpc_deno@v1.0.18/src/Client.ts";

disconnects from the local rpc server

Returns

Promise<void>