voice-recorder-example

discord.js v13 voice recorder example using dartjs framework

Stars
8

Discord.js v13 Audio Recorder

This example shows how to make a voice recorder bot in discord.js v13 using DartJS framework.

Installing

$ 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:

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