Skip to content

Releases: msudol/hubot-discobot

v1.0.7 - Discord.js v13 intents, partials, and bugfixes

22 Dec 06:29
Compare
Choose a tag to compare

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

18 Dec 17:25
Compare
Choose a tag to compare

Fixing a bug that would throw an error when a channel ID was unknown to the bot cache. Using fetch to resolve the ID or error out gracefully.

v.1.0.5 update discord.js to 13.x

16 Dec 18:41
Compare
Choose a tag to compare

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

07 Nov 00:28
Compare
Choose a tag to compare
  • 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

04 Sep 18:09
Compare
Choose a tag to compare

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.