Releases: msudol/hubot-discobot
Releases · msudol/hubot-discobot
v1.0.7 - Discord.js v13 intents, partials, and bugfixes
This release breaks backward compatibility with discord.js v12. It introduced the new APIs system of permissions with intents and partials. The message event has been deprecated in favor of other event structures.. this should be considered a beta release because all the bugs still may not be ironed out.
- added environment variables for partials and intents, see README
- resolved DMs and onMessage event issues
v1.0.6 bugfix
v.1.0.5 update discord.js to 13.x
An update that will require updating Discord.js to the latest 13.x version which requires Node v16.6.0 or higher. [https://discordjs.guide/preparations/]
- Update several outdated or vulnerable dependencies
- Update discord.js
- Update node.js
- Added user activity feature to the core env. variable and updated the sample script to show how it works in pure JS.
v.1.0.4 minor bugfix
- resolved an issue that was throwing an error when trying to identify new channels.
v1.0.3 for latest version 12.3.x Discord.js versions
Updates to node.js packages for this version now require node engine >= 12.0.0
- Supports Discord.js 12.3.x
- Node.js 12.x.x
No core changes, see Discord.js API documentation for any changes that may affect custom API calls in your own bots.