discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
328 stars 112 forks source link

Node.JS compatibility #145

Closed RisedSky closed 3 years ago

RisedSky commented 3 years ago

Hello, can you provide a documentation to use this repo in order to import in the Node.JS ? Thanks :)

iCrawl commented 3 years ago

The TS examples do not differ vastly from normal JavaScript usage, especially since import/export is also theoretically possible in node.js

All that's needed is to remove the types, which the end-user also can easily do themselves.

amishshah commented 3 years ago

In addition, we also have a pure JavaScript example - the radio bot example!