Skip to content

v2.0.0

Compare
Choose a tag to compare
@danirod danirod released this 14 Aug 09:49
· 56 commits to trunk since this release

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

"discordjs-reaction-role": "<2.0.0"

Sorry for stating this, but consider upgrading your bot.

Features

  • add support for Discord.js 13 (37ea90c)