https://github.com/discordjs/voice-examples
A collection of examples of how to use @discordjs/voice in your projects
https://github.com/discordjs/voice-examples
Last synced: 5 months ago
JSON representation
A collection of examples of how to use @discordjs/voice in your projects
- Host: GitHub
- URL: https://github.com/discordjs/voice-examples
- Owner: discordjs
- License: unlicense
- Created: 2022-07-07T14:57:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:32:06.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:14:54.862Z (8 months ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 29
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## About
A list of ready-to-run examples for `@discordjs/voice`.
## How to try them out
All you have to do is copy an example of your choosing from the [examples](./examples) directory, install the dependencies, fill in the `.env` file, and run `npm run start`.
## Links
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/apps/website))
- [Documentation](https://discord.js.org/docs/packages/voice/stable)
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/voice)
- [npm](https://www.npmjs.com/package/@discordjs/voice)
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)## Contributing
Before creating an issue, please ensure it hasn't already been reported/suggested, and double-check the
[documentation](https://discord.js.org/docs/packages/voice/stable).
See [the contribution guide](https://github.com/discordjs/voice-examples/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.## Help
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle
nudge in the right direction, please don't hesitate to join our official [discord.js Server](https://discord.gg/djs).