discordjs-voicerole

Add or remove roles from an user whenever connects or disconnects from voice channels

ISC License

Downloads
31
Stars
0
Committers
3

Bot releases are hidden (Show)

discordjs-voicerole - v3.1.0 Latest Release

Published by danirod about 2 years ago

Features

  • add compatibility for Discord.js 14 (02a9de0)
discordjs-voicerole - v3.0.0

Published by danirod over 2 years ago

Breaking change: this library is no longer using default exports. This should fix most importing issues for JavaScript CommonJS projects, making it easier to import using require(). For ES Modules and TypeScript, it will continue working as long, but you will need to wrap your import in braces for it to continue working. See the README.md file and the examples/ directory for more examples.

⚠ BREAKING CHANGES

  • manager no longer a default export

Features

  • export VoiceChannelConfiguration type (54661d1)
  • manager no longer a default export (54659ca)
discordjs-voicerole - v2.0.3

Published by danirod about 3 years ago

Bug Fixes

  • dist: exclude .env when uploading to npm (252606a)
discordjs-voicerole - v2.0.2

Published by danirod about 3 years ago

Bug Fixes

  • do not trigger actions on mute/deafen (9aea7a2)
discordjs-voicerole - v2.0.1

Published by danirod about 3 years ago

Updates dependencies. Maintenance release.

discordjs-voicerole - v2.0.0

Published by danirod about 3 years ago

This version adds support for Discord.js 13. Unfortunately, it also drops support for Discord.js 12, because the typings of the events have changed, so this is a breaking change. Still trapped in Discord.js 12 and having a hard time upgrading?
👉 Stay using discordjs-voicerole 1.0.1, the last version supporting
Discord.js 12. You can pin it in your package.json like this:

"discordjs-voicerole": "<2.0.0"

Sorry for stating this, but consider upgrading your bot.

Features

discordjs-voicerole - v1.0.1

Published by danirod about 3 years ago

This is a little maintenance release before I start working on testing support for Discord.js 13.

Features

  • add a functional test bot to the library (a7f0df8)
discordjs-voicerole - v1.0.0

Published by danirod over 3 years ago

Features

Package Rankings
Top 16.1% on Npmjs.org
Related Projects