You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
Issue description
Steps to reproduce the issue :
Install discordjs/voice via npm
npm install @discordjs/voice
Install discordjs/opus via npm
npm install @discordjs/opus
Install sodium via npm
npm install sodium
Verify that npm had installed these version of those packages :
Create a starting point for the bot (in a src folder), could be a simple ping and pong command
creates tsconfig.json with these contents :
adjust the tsconfig's if you have different source and build folder.
Run typescript compilation
tsc -p tsconfig.json
Enjoy the error :
Code sample
@discordjs/voice version
0.7.5
Node.js version
v17.2.0
Operating system
Linux, BTW I use "linux 5.15.5.arch1-1" kernel
Priority this issue should have
Medium (should be fixed soon)
The text was updated successfully, but these errors were encountered: