Skip to main content
Module

x/discord_rpc_deno/deps.ts

port of @xhayper/discord-rpc to deno
Latest
File
export { EventEmitter } from "node:events"; // TODO: Stop using node!
export * as bytes from "https://deno.land/std@0.210.0/bytes/mod.ts";export * as path from "https://deno.land/std@0.210.0/path/mod.ts";export * as net from "node:net"; // TODO: Stop using node!
export type { ActivityType, APIApplication, APIAttachment, APIEmbed, ChannelType, GatewayActivity, GatewayActivityButton, GatewayVoiceState, MessageType, OAuth2Scopes, PresenceUpdateStatus, UserFlags, UserPremiumType,} from "https://deno.land/x/discord_api_types@0.37.66/v10.ts";