https://github.com/codetheweb/discordjs-voice-es-bug
Repro for bug
https://github.com/codetheweb/discordjs-voice-es-bug
Last synced: about 1 month ago
JSON representation
Repro for bug
- Host: GitHub
- URL: https://github.com/codetheweb/discordjs-voice-es-bug
- Owner: codetheweb
- Created: 2021-11-04T01:20:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T01:24:12.000Z (over 3 years ago)
- Last Synced: 2025-02-05T17:38:42.337Z (3 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To reproduce bug:
1. `yarn install`
2. Copy `.env.example` to `.env` and populate if necessary
3. `yarn build`
4. `yarn start`Output is
```
Discord.js client is ready!
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.7.2
- prism-media: not foundOpus Libraries
- @discordjs/opus: not found
- opusscript: not foundEncryption Libraries
- sodium: not found
- libsodium-wrappers: not found
- tweetnacl: not foundFFmpeg
- version: 4.4
- libopus: yes
--------------------------------------------------
```even though
```json
{
"dependencies": {
"@discordjs/opus": "^0.6.0",
}
}
```