Skip to content

discord.js v13 voice recorder example using dartjs framework

Notifications You must be signed in to change notification settings

twlite/voice-recorder-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

discord.js v13 voice recorder example using dartjs framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published