discordjs / RPC

A simple RPC client for Discord
MIT License
474 stars 192 forks source link

How to use this with Chrome Extension #26

Closed ittaJ closed 6 years ago

ittaJ commented 6 years ago

Hello, I want to ask if there is an option to use this RPC with Chrome Extension, I'm not sure const { Client } = require("discord-rpc"); cuz I made it that way and it didn't work. Do you have any idea how to do it? (I'm creating Discord RPC for Netflix to show what are you watching etc.)

ittaJ commented 6 years ago

Okay, I finally found out way to do it