Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twlite/voice-recorder-example
discord.js v13 voice recorder example using dartjs framework
https://github.com/twlite/voice-recorder-example
Last synced: about 1 month ago
JSON representation
discord.js v13 voice recorder example using dartjs framework
- Host: GitHub
- URL: https://github.com/twlite/voice-recorder-example
- Owner: twlite
- Created: 2022-03-01T11:03:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T13:58:25.000Z (over 2 years ago)
- Last Synced: 2024-09-20T00:28:14.587Z (about 2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord.js v13 Audio Recorder
This example shows how to make a voice recorder bot in discord.js v13 using **[DartJS](https://github.com/discord-player/dartjs)** framework.
# Installing
```s
$ git clone https://github.com/discord-player/voice-recorder-example.git
$ cd voice-recorder-example
$ yarn install # or npm install
```Then rename `.env.example` to `.env` and add your bot token there:
```s
DISCORD_TOKEN=ABcdef.ghi123._jkl
```Then run `yarn start` or `npm run start` to start the bot.
# Commands
* `!record` :: starts recording your voice
* `!play` :: plays your recording
* `!ping` :: bot latency