Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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